From: Sergey Kandaurov Date: Tue, 1 Jun 2021 09:02:08 +0000 (+0300) Subject: HTTP/3: undo 5a92523e50d3 after parser refactoring (e1eb7f4ca9f1). X-Git-Tag: release-1.25.0~4^2~319 X-Git-Url: http://git.kaiwu.me/postgresql/log/contrib/postgres_fdw/postgres_fdw.c?a=commitdiff_plain;h=dcdf62549f25f030b6cf518b9adb3d2a84313ea5;p=nginx.git 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 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; }