comparison src/event/ngx_event_timer.c @ 9059:b87a0dbc1150 quic

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.
author Roman Arutyunyan <arut@nginx.com>
date Tue, 25 Oct 2022 12:52:09 +0400
parents 0c5e84096d99
children
comparison
equal deleted inserted replaced
9058:b0c2234aaa9f 9059:b87a0dbc1150