]> git.kaiwu.me - nginx.git/commit
HTTP/3: implement keepalive for hq.
authorRoman Arutyunyan <arut@nginx.com>
Tue, 25 Oct 2022 08:52:09 +0000 (12:52 +0400)
committerRoman Arutyunyan <arut@nginx.com>
Tue, 25 Oct 2022 08:52:09 +0000 (12:52 +0400)
commit36f7b31f9578c0d393cfe82d4e23c76a7539f34e
tree7ff330a8a1c69bdb4bc629127f92a9f7b90ef717
parent64ccdf45288c46b5f8e12426d3802c44d789d115
HTTP/3: implement keepalive for hq.

Previously, keepalive timer was deleted in ngx_http_v3_wait_request_handler()
and set in request cleanup handler.  This worked for HTTP/3 connections, but not
for hq connections.  Now keepalive timer is deleted in
ngx_http_v3_init_request_stream() and set in connection cleanup handler,
which works both for HTTP/3 and hq.
src/http/v3/ngx_http_v3_request.c