]> git.kaiwu.me - nginx.git/commit
HTTP/3: insert count block timeout.
authorRoman Arutyunyan <arut@nginx.com>
Thu, 5 Jan 2023 15:03:22 +0000 (19:03 +0400)
committerRoman Arutyunyan <arut@nginx.com>
Thu, 5 Jan 2023 15:03:22 +0000 (19:03 +0400)
commit0065ba68b08b8cf4eaf3c18266d1a93182f196ed
tree46f9b2cc161b96ba5654e24c3128f07e0c49ffc8
parentfaa655f211612fcdac938d58095a4ab7f03969a9
HTTP/3: insert count block timeout.

Previously, there was no timeout for a request stream blocked on insert count,
which could result in infinite wait.  Now client_header_timeout is set when
stream is first blocked.
src/http/v3/ngx_http_v3_request.c