1
0
Fork 0
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:
Andy Green 2016-02-03 07:06:52 +08:00
parent 4939a708f8
commit 1b89b933a6

View file

@ -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;