]> git.kaiwu.me - nginx.git/commit
HTTP/3: reverted version check for keepalive flag.
authorRoman Arutyunyan <arut@nginx.com>
Tue, 2 Feb 2021 12:09:48 +0000 (15:09 +0300)
committerRoman Arutyunyan <arut@nginx.com>
Tue, 2 Feb 2021 12:09:48 +0000 (15:09 +0300)
commit365c8b7914033c05fc1e564684dade448fc65671
treeda64c5475e0a1db02067dbc65818f9abca19a887
parenta373d2851b33191e4f82cdec911914b04c4a4f23
HTTP/3: reverted version check for keepalive flag.

The flag is used in ngx_http_finalize_connection() to switch client connection
to the keepalive mode.  Since eaea7dac3292 this code is not executed for HTTP/3
which allows us to revert the change and get back to the default branch code.
src/http/ngx_http_core_module.c