mirror of
https://github.com/warmcat/libwebsockets.git
synced 2025-03-09 00:00:04 +01:00
ah reset: enforce reset of parsing_complete
This commit is contained in:
parent
eb7233ae97
commit
04830cceef
1 changed files with 1 additions and 1 deletions
|
@ -90,7 +90,7 @@ lws_header_table_reset(struct lws *wsi, int autoservice)
|
|||
wsi->u.hdr.lextable_pos = 0;
|
||||
|
||||
/* since we will restart the ah, our new headers are not completed */
|
||||
// wsi->hdr_parsing_completed = 0;
|
||||
wsi->hdr_parsing_completed = 0;
|
||||
|
||||
/*
|
||||
* if we inherited pending rx (from socket adoption deferred
|
||||
|
|
Loading…
Add table
Reference in a new issue