]> git.kaiwu.me - nginx.git/commit
Merge of r4756: fixed listen addresses sorting (ticket #187)
authorMaxim Dounin <mdounin@mdounin.ru>
Mon, 6 Aug 2012 16:03:56 +0000 (16:03 +0000)
committerMaxim Dounin <mdounin@mdounin.ru>
Mon, 6 Aug 2012 16:03:56 +0000 (16:03 +0000)
commit50cb5ca3a59d0207b59c94c993d2ebba01cbc933
tree09c2c7bcf02fe6f2dc3ac34d61c7901bb2ccdc6b
parent5f4fbaf71cd443a7f99094bc2e3e6c6115d7ff13
Merge of r4756: fixed listen addresses sorting (ticket #187)

Fixed sorting of listen addresses so that wildcard address is always at
the end.  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