]> git.kaiwu.me - nginx.git/commit
HTTP/3: introduced ngx_http_v3_filter.
authorRoman Arutyunyan <arut@nginx.com>
Fri, 27 Nov 2020 17:46:21 +0000 (17:46 +0000)
committerRoman Arutyunyan <arut@nginx.com>
Fri, 27 Nov 2020 17:46:21 +0000 (17:46 +0000)
commit4b440cbf97af3ffe0ab31cb083fb1ce5b0fb5f89
tree01fa6fcb9fad6bb1e29e14597fa0aa22c04cb201
parent3b8dbfcab4643fbfd3f276d3e9302b406e07f7fc
HTTP/3: introduced ngx_http_v3_filter.

The filter is responsible for creating HTTP/3 response header and body.

The change removes differences to the default branch for
ngx_http_chunked_filter_module and ngx_http_header_filter_module.
auto/modules
src/http/modules/ngx_http_chunked_filter_module.c
src/http/ngx_http_header_filter_module.c
src/http/v3/ngx_http_v3.h
src/http/v3/ngx_http_v3_filter_module.c [new file with mode: 0644]
src/http/v3/ngx_http_v3_request.c