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;
|
break;
|
||||||
|
|
||||||
|
case LRS_RETURNED_CLOSE:
|
||||||
case LRS_AWAITING_CLOSE_ACK:
|
case LRS_AWAITING_CLOSE_ACK:
|
||||||
case LRS_WAITING_TO_SEND_CLOSE:
|
case LRS_WAITING_TO_SEND_CLOSE:
|
||||||
case LRS_SHUTDOWN:
|
case LRS_SHUTDOWN:
|
||||||
|
|
Loading…
Add table
Reference in a new issue