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:
parent
a77e2a7fbf
commit
bc409bbc2e
1 changed files with 1 additions and 0 deletions
|
@ -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:
|
||||
|
|
Loading…
Add table
Reference in a new issue