commit | af18946d769296d9efead825a0d1aa6a1a41fe74 | [log] [tgz] |
---|---|---|
author | Vladimir Homutov <vl@nginx.com> | Thu Jul 11 16:07:25 2013 +0400 |
committer | Vladimir Homutov <vl@nginx.com> | Thu Jul 11 16:07:25 2013 +0400 |
tree | 6b34cebcacea394e0126bcff647a3e73ab25c36d | |
parent | 050f74b751c10eeb2491ec6509d0508a7e690209 [diff] |
Core: extended ngx_sock_ntop() with socklen parameter. On Linux, sockaddr length is required to process unix socket addresses properly due to unnamed sockets (which don't have sun_path set at all) and abstract namespace sockets.