mirror of
https://github.com/warmcat/libwebsockets.git
synced 2025-03-09 00:00:04 +01:00
debug spew remove ah reset logging
Signed-off-by: Andy Green <andy.green@linaro.org>
This commit is contained in:
parent
4939a708f8
commit
1b89b933a6
1 changed files with 0 additions and 1 deletions
|
@ -63,7 +63,6 @@ lextable_decode(int pos, char c)
|
|||
void
|
||||
lws_reset_header_table(struct lws *wsi)
|
||||
{
|
||||
lwsl_err("%s: wsi %p\n", __func__, wsi);
|
||||
/* init the ah to reflect no headers or data have appeared yet */
|
||||
memset(wsi->u.hdr.ah->frag_index, 0, sizeof(wsi->u.hdr.ah->frag_index));
|
||||
wsi->u.hdr.ah->nfrag = 0;
|
||||
|
|
Loading…
Add table
Reference in a new issue