mirror of
https://github.com/warmcat/libwebsockets.git
synced 2025-03-16 00:00:07 +01:00
coverity 83667 dead code
Signed-off-by: Andy Green <andy.green@linaro.org>
This commit is contained in:
parent
0f59c9e75c
commit
c5814fbaa9
1 changed files with 0 additions and 3 deletions
|
@ -111,8 +111,6 @@ lws_handle_POLLOUT_event(struct libwebsocket_context *context,
|
|||
|
||||
m = lws_ext_callback_for_each_active(wsi, LWS_EXT_CALLBACK_IS_WRITEABLE,
|
||||
NULL, 0);
|
||||
if (handled == 1)
|
||||
goto notify_action;
|
||||
#ifndef LWS_NO_EXTENSIONS
|
||||
if (!wsi->extension_data_pending || handled == 2)
|
||||
goto user_service;
|
||||
|
@ -211,7 +209,6 @@ user_service:
|
|||
lws_libev_io(context, wsi, LWS_EV_STOP | LWS_EV_WRITE);
|
||||
}
|
||||
|
||||
notify_action:
|
||||
#ifdef LWS_USE_HTTP2
|
||||
/*
|
||||
* we are the 'network wsi' for potentially many muxed child wsi with
|
||||
|
|
Loading…
Add table
Reference in a new issue