]> git.kaiwu.me - nginx.git/commit
HTTP/3: improved processing of multiple Cookie field lines.
authorSergey Kandaurov <pluknet@nginx.com>
Thu, 30 Dec 2021 09:59:32 +0000 (12:59 +0300)
committerSergey Kandaurov <pluknet@nginx.com>
Thu, 30 Dec 2021 09:59:32 +0000 (12:59 +0300)
commitb1356ade078a8e4092943a2b7b5d3f92dd4def93
treeefeacb0413ff72c60dfccb02b50078cd911e0415
parent7f0fdd4e149380c9439e63bea7625c5071781af6
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.
src/http/v3/ngx_http_v3.h
src/http/v3/ngx_http_v3_request.c