comparison src/http/ngx_http.c @ 8419:cb149fa03367 quic

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.
author Vladimir Homutov <vl@nginx.com>
date Fri, 29 May 2020 13:29:24 +0300
parents 5d91389e0fd3
children db8fe75c9c7a
comparison
equal deleted inserted replaced
8418:8b4a0a752723 8419:cb149fa03367
1793 1793
1794 #if (NGX_HAVE_REUSEPORT) 1794 #if (NGX_HAVE_REUSEPORT)
1795 ls->reuseport = addr->opt.reuseport; 1795 ls->reuseport = addr->opt.reuseport;
1796 #endif 1796 #endif
1797 1797
1798 ls->wildcard = addr->opt.wildcard;
1799
1798 return ls; 1800 return ls;
1799 } 1801 }
1800 1802
1801 1803
1802 static ngx_int_t 1804 static ngx_int_t