]> git.kaiwu.me - nginx.git/commit
HTTP/3: unified hq code with regular HTTP/3 code.
authorRoman Arutyunyan <arut@nginx.com>
Wed, 19 Oct 2022 13:45:30 +0000 (17:45 +0400)
committerRoman Arutyunyan <arut@nginx.com>
Wed, 19 Oct 2022 13:45:30 +0000 (17:45 +0400)
commitdd4c31fc34bd8390dd3fa9e804afc15b57b69135
tree22cb03340b0d7fca5eeea21b4fccace82aaab1a2
parent21c34aadf9ff8c53f8b1413452895aa49d3fffa8
HTTP/3: unified hq code with regular HTTP/3 code.

The change removes hq-specific request handler.  Now hq requests are handled
by the HTTP/3 request handler.
src/http/v3/ngx_http_v3.c
src/http/v3/ngx_http_v3.h
src/http/v3/ngx_http_v3_request.c
src/http/v3/ngx_http_v3_uni.c