]> git.kaiwu.me - nginx.git/commit
Set default listen socket type in http.
authorRoman Arutyunyan <arut@nginx.com>
Tue, 1 Nov 2022 13:00:35 +0000 (17:00 +0400)
committerRoman Arutyunyan <arut@nginx.com>
Tue, 1 Nov 2022 13:00:35 +0000 (17:00 +0400)
commit0da752661530c145b3c5d1a739115b1968219732
treebda67fb50faff63a8d24401d836954037120d304
parent3123fac3e764b4706881ffcb8f8b554c1628c5e0
Set default listen socket type in http.

The type field was added in 7999d3fbb765 at early stages of QUIC implementation
and was not initialized for default listen.  Missing initialization resulted in
default listen socket creation error.
src/http/ngx_http_core_module.c