]> git.kaiwu.me - nginx.git/commit
HTTP/3: set initial_max_streams_uni default value to 3.
authorRoman Arutyunyan <arut@nginx.com>
Mon, 22 Mar 2021 12:51:14 +0000 (15:51 +0300)
committerRoman Arutyunyan <arut@nginx.com>
Mon, 22 Mar 2021 12:51:14 +0000 (15:51 +0300)
commit25a74b52d14fa0e0bbac4c0d1b3e432bbb31ca97
treee660030b27fc98240174f94e1a3e4484bfa64f48
parentf4ab680bcb34d832a1dfd086e3641bf78c0a207c
HTTP/3: set initial_max_streams_uni default value to 3.

The maximum number of HTTP/3 unidirectional client streams we can handle is 3:
control, decode and encode.  These streams are never closed.
src/http/modules/ngx_http_quic_module.c