diff src/http/v3/ngx_http_v3.h @ 8958:10522e8dea41 quic

HTTP/3: improved processing of multiple Cookie field lines. As per draft-ietf-quic-http, 4.1.1.2, and similar to HTTP/2 specification, they ought to be concatenated. This closely follows ngx_http_v2_module.
author Sergey Kandaurov <pluknet@nginx.com>
date Thu, 30 Dec 2021 12:59:32 +0300
parents 18d23ed15eef
children 3d0fc72d409e
line wrap: on
line diff
--- a/src/http/v3/ngx_http_v3.h
+++ b/src/http/v3/ngx_http_v3.h
@@ -123,6 +123,7 @@ struct ngx_http_v3_parse_s {
     size_t                        header_limit;
     ngx_http_v3_parse_headers_t   headers;
     ngx_http_v3_parse_data_t      body;
+    ngx_array_t                  *cookies;
 };