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:
parent
e6dbaa236a
commit
ada3531aff
1 changed files with 0 additions and 1 deletions
|
@ -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 */
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue