]> git.kaiwu.me - nginx.git/commit
Added propagation of the "wildcard" flag to c->listening.
authorVladimir Homutov <vl@nginx.com>
Fri, 29 May 2020 10:29:24 +0000 (13:29 +0300)
committerVladimir Homutov <vl@nginx.com>
Fri, 29 May 2020 10:29:24 +0000 (13:29 +0300)
commit101113a98f92b023c7d6586e45767ba3b886abd7
tree78a04423031beef5f100b095ffe7a23a729cdea2
parentf45ec755a565589ce26398f839b6f2548c07f6ab
Added propagation of the "wildcard" flag to c->listening.

The flags was originally added by 8f038068f4bc, and is propagated correctly
in the stream module.  With QUIC introduction, http module now uses datagram
sockets as well, thus the fix.
src/http/ngx_http.c