mirror of
https://github.com/warmcat/libwebsockets.git
synced 2025-03-09 00:00:04 +01:00
clean: remove h2 debug spew
This commit is contained in:
parent
962e9ee345
commit
587f24f71d
1 changed files with 0 additions and 2 deletions
|
@ -1885,8 +1885,6 @@ lws_h2_parser(struct lws *wsi, unsigned char *in, lws_filepos_t inlen,
|
|||
|
||||
c = *in++;
|
||||
|
||||
lwsl_debug("%s: 0x%x, count %u, len %u (type %d)\n", __func__, c, (unsigned int)h2n->count, (unsigned int)h2n->length, h2n->type);
|
||||
|
||||
switch (lwsi_state(wsi)) {
|
||||
case LRS_H2_AWAIT_PREFACE:
|
||||
if (preface[h2n->count++] != c)
|
||||
|
|
Loading…
Add table
Reference in a new issue