# HG changeset patch # User Sergey Kandaurov # Date 1622538128 -10800 # Node ID ac0398da8f23d5765f18b3763b308ab8de105ac6 # Parent 3509b9dcfb47646a66b17e975c7538e11390b344 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(). diff --git a/src/http/v3/ngx_http_v3_parse.c b/src/http/v3/ngx_http_v3_parse.c --- a/src/http/v3/ngx_http_v3_parse.c +++ b/src/http/v3/ngx_http_v3_parse.c @@ -783,7 +783,6 @@ ngx_http_v3_parse_header_l(ngx_connectio st->literal.length = st->pint.value; if (st->literal.length == 0) { - st->value.data = (u_char *) ""; goto done; }