]> git.kaiwu.me - nginx.git/commit
Fixed sorting of listen addresses so that wildcard address is always at
authorRuslan Ermilov <ru@nginx.com>
Tue, 17 Jul 2012 04:47:34 +0000 (04:47 +0000)
committerRuslan Ermilov <ru@nginx.com>
Tue, 17 Jul 2012 04:47:34 +0000 (04:47 +0000)
commit1fd21c48bb29cdce8147f0fb53b2ad02a6130104
tree3881f9f7183e6fe78a050a6401b10cca0298e835
parente30a8f90fcb67f4ff8b0163d550149019f52802b
Fixed sorting of listen addresses so that wildcard address is always at
the end (closes #187).  Failure to do so could result in several listen
sockets to be created instead of only one listening on wildcard address.

Reported by Roman Odaisky.
src/http/ngx_http.c