1
0
Fork 0
mirror of https://github.com/warmcat/libwebsockets.git synced 2025-03-09 00:00:04 +01:00

coverity 157401 dont test SHUTDOWN state in mode switch

Signed-off-by: Andy Green <andy.green@linaro.org>
This commit is contained in:
Andy Green 2016-01-29 15:41:13 +08:00
parent e6dbaa236a
commit ada3531aff

View file

@ -787,7 +787,6 @@ lws_server_socket_service(struct lws_context *context, struct lws *wsi,
case LWSCM_HTTP_SERVING:
case LWSCM_HTTP_SERVING_ACCEPTED:
case LWSCM_HTTP2_SERVING:
case LWSS_SHUTDOWN:
/* handle http headers coming in */