]> git.kaiwu.me - nginx.git/commit
Stream: fixed duplicate listen address detection.
authorRuslan Ermilov <ru@nginx.com>
Mon, 23 May 2016 09:50:59 +0000 (12:50 +0300)
committerRuslan Ermilov <ru@nginx.com>
Mon, 23 May 2016 09:50:59 +0000 (12:50 +0300)
commitd650688ba5f966bd13b5449b52192b19a4715ee4
treeb3f61b02a490bcd3824004b9c53920e4591c5826
parent48a16463fa41e508810a6914a126cfce87273cc8
Stream: fixed duplicate listen address detection.

The 6f8254ae61b8 change inadvertently fixed the duplicate port
detection similar to how it was fixed for mail in b2920b517490.
It also revealed another issue: the socket type (tcp vs. udp)
wasn't taken into account.
src/stream/ngx_stream_core_module.c