HTTP/2: fixed parsing of literal header fields without indexing.
This commit is contained in:
parent
962f253d1b
commit
22ffc8e33e
1 changed files with 1 additions and 1 deletions
|
@ -1233,7 +1233,7 @@ ngx_http_v2_state_header_block(ngx_http_v2_connection_t *h2c, u_char *pos,
|
|||
|
||||
} else {
|
||||
/* literal header field without indexing */
|
||||
prefix = ngx_http_v2_prefix(3);
|
||||
prefix = ngx_http_v2_prefix(4);
|
||||
}
|
||||
|
||||
value = ngx_http_v2_parse_int(h2c, &pos, end, prefix);
|
||||
|
|
Loading…
Reference in a new issue