From dcdf62549f25f030b6cf518b9adb3d2a84313ea5 Mon Sep 17 00:00:00 2001 From: Sergey Kandaurov Date: Tue, 1 Jun 2021 12:02:08 +0300 Subject: 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(). --- src/http/v3/ngx_http_v3_parse.c | 1 - 1 file changed, 1 deletion(-) (limited to 'src') diff --git a/src/http/v3/ngx_http_v3_parse.c b/src/http/v3/ngx_http_v3_parse.c index 40366e665..21c73a24d 100644 --- 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_connection_t *c, st->literal.length = st->pint.value; if (st->literal.length == 0) { - st->value.data = (u_char *) ""; goto done; } -- cgit