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

h1: remove lwsl_wsi_err

This commit is contained in:
Andy Green 2021-08-28 07:38:25 +01:00
parent fd4667f508
commit b0cdc05b6b

View file

@ -750,7 +750,7 @@ rops_handle_POLLOUT_h1(struct lws *wsi)
return LWS_HP_RET_DROP_POLLOUT;
}
lwsl_wsi_err(wsi, "nothing to send");
lwsl_err("%s: nothing to send\n", __func__);
#if defined(LWS_ROLE_H1) || defined(LWS_ROLE_H2)
/* prepare ourselves to do the parsing */
wsi->http.ah->parser_state = WSI_TOKEN_NAME_PART;