1
0
Fork 0
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:
Andy Green 2022-03-10 04:57:58 +00:00
parent f8e3d09113
commit 995a759184

View file

@ -297,7 +297,6 @@ ws_mode:
default:
lwsl_err("%s: Unhandled state %d\n", __func__, lwsi_state(wsi));
assert(0);
goto bail;
}