]> git.kaiwu.me - nginx.git/commit
HTTP/3: send GOAWAY when last request is accepted.
authorRoman Arutyunyan <arut@nginx.com>
Mon, 15 Mar 2021 16:26:04 +0000 (19:26 +0300)
committerRoman Arutyunyan <arut@nginx.com>
Mon, 15 Mar 2021 16:26:04 +0000 (19:26 +0300)
commit190b5d961c0c9b0942dd1a2d8cd609416d0d5114
treef37f150fa478b6946e7f089f258c6c1b898101c6
parentd8fd0b31619ed7302690abf1b27a7c7ec99fbc9d
HTTP/3: send GOAWAY when last request is accepted.

The last request in connection is determined according to the keepalive_requests
directive.  Requests beyond keepalive_requests are rejected.
src/http/v3/ngx_http_v3.h
src/http/v3/ngx_http_v3_request.c
src/http/v3/ngx_http_v3_streams.c