mirror of
https://github.com/warmcat/libwebsockets.git
synced 2025-03-16 00:00:07 +01:00
hpack: dont reinterpret lws index for idx hdr 6 inc
This commit is contained in:
parent
8dcb4ca753
commit
f820dcb965
1 changed files with 1 additions and 0 deletions
|
@ -1188,6 +1188,7 @@ add_it:
|
||||||
return 1;
|
return 1;
|
||||||
|
|
||||||
if (h2n->hpack_type == HPKT_LITERAL_HDR_VALUE ||
|
if (h2n->hpack_type == HPKT_LITERAL_HDR_VALUE ||
|
||||||
|
h2n->hpack_type == HPKT_INDEXED_HDR_6_VALUE_INCR ||
|
||||||
h2n->hpack_type == HPKT_LITERAL_HDR_VALUE_INCR ||
|
h2n->hpack_type == HPKT_LITERAL_HDR_VALUE_INCR ||
|
||||||
h2n->hpack_type == HPKT_LITERAL_HDR_VALUE_NEVER) {
|
h2n->hpack_type == HPKT_LITERAL_HDR_VALUE_NEVER) {
|
||||||
m = wsi->u.hdr.parser_state;
|
m = wsi->u.hdr.parser_state;
|
||||||
|
|
Loading…
Add table
Reference in a new issue