1
0
Fork 0
mirror of https://github.com/warmcat/libwebsockets.git synced 2025-03-16 00:00:07 +01:00

lws_read_h1: handle LRS_RETURNED_CLOSE

This commit is contained in:
Andy Green 2018-05-11 10:26:52 +08:00
parent a77e2a7fbf
commit bc409bbc2e

View file

@ -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: