mirror of
https://github.com/nginx/nginx.git
synced 2025-07-25 22:56:59 +08:00
HTTP/3: undo 5a92523e50d3 after parser refactoring (e1eb7f4ca9f1).
This is no longer needed after HTTP/3 request processing has moved into its own function ngx_http_v3_process_header().
This commit is contained in:
parent
1f85c660cb
commit
dcdf62549f
@ -783,7 +783,6 @@ ngx_http_v3_parse_header_l(ngx_connection_t *c,
|
|||||||
|
|
||||||
st->literal.length = st->pint.value;
|
st->literal.length = st->pint.value;
|
||||||
if (st->literal.length == 0) {
|
if (st->literal.length == 0) {
|
||||||
st->value.data = (u_char *) "";
|
|
||||||
goto done;
|
goto done;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user