1
0
Fork 0
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:
Andy Green 2022-03-10 04:57:58 +00:00
parent 908501afdf
commit 2355b30fe4

View file

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