]> git.kaiwu.me - nginx.git/commit
HTTP/3: introduced ngx_http_v3_parse_t structure.
authorRoman Arutyunyan <arut@nginx.com>
Wed, 17 Feb 2021 12:56:34 +0000 (15:56 +0300)
committerRoman Arutyunyan <arut@nginx.com>
Wed, 17 Feb 2021 12:56:34 +0000 (15:56 +0300)
commitffb099bf52e70c0cbdb1ed5555645f12ec6b2322
treeb16ec2b55588baec24be0d8a2f1536fd0ed27e1b
parentc83be09720cf8dff041db6581d9df26c88bd3463
HTTP/3: introduced ngx_http_v3_parse_t structure.

The structure is used to parse an HTTP/3 request.  An object of this type is
added to ngx_http_request_t instead of h3_parse generic pointer.

Also, the new field is located outside of the request ephemeral zone to keep it
safe after request headers are parsed.
src/http/ngx_http.h
src/http/ngx_http_request.h
src/http/v3/ngx_http_v3.h
src/http/v3/ngx_http_v3_request.c