diff --git a/lib/service.c b/lib/service.c index b36d7ef9..ca0985b1 100644 --- a/lib/service.c +++ b/lib/service.c @@ -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