The official NGINX Open Source repository.
Go to file
Roman Arutyunyan b92e8ffa13 Removed sorting of getaddrinfo() results.
Previously the ngx_inet_resolve_host() function sorted addresses in a way that
IPv4 addresses came before IPv6 addresses.  This was implemented in eaf95350d75c
(1.3.10) along with the introduction of getaddrinfo() which could resolve host
names to IPv6 addresses.  Since the "listen" directive only used the first
address, sorting allowed to preserve "listen" compatibility with the previous
behavior and with the behavior of nginx built without IPv6 support.  Now
"listen" uses all resolved addresses which makes sorting pointless.
2019-03-20 20:31:59 +03:00
auto Configure: added explicit ngx_binext to the linker output argument. 2019-01-30 19:28:27 +03:00
conf MIME: added font/woff2 type (ticket #1243). 2018-06-15 17:29:55 +03:00
contrib Contrib: vim syntax, update core and 3rd party module directives. 2018-12-24 16:30:10 +02:00
docs nginx-1.15.9-RELEASE 2019-02-26 18:29:22 +03:00
misc Updated OpenSSL used for win32 builds. 2019-02-26 18:01:30 +03:00
src Removed sorting of getaddrinfo() results. 2019-03-20 20:31:59 +03:00
.hgtags release-1.15.9 tag 2019-02-26 18:29:22 +03:00