From bc409bbc2e64c4ee2044687f116865f56c2e071c Mon Sep 17 00:00:00 2001 From: Andy Green Date: Fri, 11 May 2018 10:26:52 +0800 Subject: [PATCH] lws_read_h1: handle LRS_RETURNED_CLOSE --- lib/roles/h1/ops-h1.c | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/roles/h1/ops-h1.c b/lib/roles/h1/ops-h1.c index d3b16f4d1..49dfe4b47 100644 --- a/lib/roles/h1/ops-h1.c +++ b/lib/roles/h1/ops-h1.c @@ -195,6 +195,7 @@ postbody_completion: } break; + case LRS_RETURNED_CLOSE: case LRS_AWAITING_CLOSE_ACK: case LRS_WAITING_TO_SEND_CLOSE: case LRS_SHUTDOWN: