mirror of
https://github.com/nginx/nginx.git
synced 2024-11-28 08:09:00 +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;
|
||||
if (st->literal.length == 0) {
|
||||
st->value.data = (u_char *) "";
|
||||
goto done;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user