From: Seonah Moon Date: Tue, 22 Nov 2022 07:23:18 +0000 (+0900) Subject: h1: remove assert on unexpected POLLIN state just hangup X-Git-Tag: accepted/tizen/unified/20221124.015426^0 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=a756146bd4cdb2db7e52294c37d1445c383cccfa;p=platform%2Fupstream%2Flibwebsockets.git h1: remove assert on unexpected POLLIN state just hangup https://github.com/warmcat/libwebsockets/commit/995a7591846f68dc6155d2362ff83c1590dad07b Change-Id: Ie2835367e066152929a71ad479e56d31e7fe2336 --- diff --git a/lib/roles/h1/ops-h1.c b/lib/roles/h1/ops-h1.c index b21b69e4..769490fe 100644 --- a/lib/roles/h1/ops-h1.c +++ b/lib/roles/h1/ops-h1.c @@ -297,7 +297,6 @@ ws_mode: default: lwsl_err("%s: Unhandled state %d\n", __func__, lwsi_state(wsi)); - assert(0); goto bail; }