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:
parent
fd4667f508
commit
b0cdc05b6b
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Reference in a new issue