]> git.kaiwu.me - nginx.git/commit
Fixed URL parsing code.
authorRuslan Ermilov <ru@nginx.com>
Mon, 17 Dec 2012 09:44:46 +0000 (09:44 +0000)
committerRuslan Ermilov <ru@nginx.com>
Mon, 17 Dec 2012 09:44:46 +0000 (09:44 +0000)
commit2f8c1b73b8a6ba05219fa2e3643f1a4f42308043
tree476b8dca6aaabe77100ebdcc4ac4e92b9544ec2a
parentbbf7043fe7a4c9adb23586ea18605efa124c564c
Fixed URL parsing code.

The URL parsing code is not expected to initialize port from default port
when in "no_resolve" mode.  This got broken in r4671 for the case of IPv6
literals.
src/core/ngx_inet.c