h1: remove assert on unexpected POLLIN state just hangup 39/284639/1 accepted/tizen/unified/20221124.015426
authorSeonah Moon <seonah1.moon@samsung.com>
Tue, 22 Nov 2022 07:23:18 +0000 (16:23 +0900)
committerSeonah Moon <seonah1.moon@samsung.com>
Tue, 22 Nov 2022 07:23:23 +0000 (16:23 +0900)
https://github.com/warmcat/libwebsockets/commit/995a7591846f68dc6155d2362ff83c1590dad07b

Change-Id: Ie2835367e066152929a71ad479e56d31e7fe2336

lib/roles/h1/ops-h1.c

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