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
7181dd0571
commit
1c80b63a7e
1 changed files with 0 additions and 1 deletions
|
@ -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 a new issue