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