]> git.kaiwu.me - nginx.git/commit
QUIC: stream limits in "hq" mode.
authorRoman Arutyunyan <arut@nginx.com>
Mon, 2 Aug 2021 12:48:21 +0000 (15:48 +0300)
committerRoman Arutyunyan <arut@nginx.com>
Mon, 2 Aug 2021 12:48:21 +0000 (15:48 +0300)
commitb93ae5d0670f265bec60cd616dd42b0ce96d8e2d
treedb8a59de872ba9eaa3008c7a643bbf2a7a1c5fb3
parent2f833198b8229842dbbc57f7e86b00b19ed3b294
QUIC: stream limits in "hq" mode.

The "hq" mode is HTTP/0.9-1.1 over QUIC.  The following limits are introduced:

- uni streams are not allowed
- keepalive_requests is enforced
- keepalive_time is enforced

In case of error, QUIC connection is finalized with 0x101 code.  This code
corresponds to HTTP/3 General Protocol Error.
src/http/modules/ngx_http_quic_module.c