mirror of
https://github.com/warmcat/libwebsockets.git
synced 2025-03-09 00:00:04 +01:00
h1: remove assert on unexpected POLLIN state just hangup
This commit is contained in:
parent
908501afdf
commit
2355b30fe4
1 changed files with 0 additions and 1 deletions
|
@ -297,7 +297,6 @@ ws_mode:
|
|||
|
||||
default:
|
||||
lwsl_err("%s: Unhandled state %d\n", __func__, lwsi_state(wsi));
|
||||
assert(0);
|
||||
goto bail;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue