]> git.kaiwu.me - nginx.git/commit
Event connect: don't penalize AF_INET6 connections.
authorMaxim Dounin <mdounin@mdounin.ru>
Wed, 27 Mar 2013 15:16:45 +0000 (15:16 +0000)
committerMaxim Dounin <mdounin@mdounin.ru>
Wed, 27 Mar 2013 15:16:45 +0000 (15:16 +0000)
commit3b9e7adcf44d3970944913fb1e3f0b4f3979f3a9
treec141e6c5e5d7bfb48deb0d8059622e88cf4d0f1e
parentc2bb76515beaa0fb531c1aa959834f6f876b89f9
Event connect: don't penalize AF_INET6 connections.

Problems with setsockopt(TCP_NODELAY) and setsockopt(TCP_NOPUSH), as well
as sendfile() syscall on Solaris, are specific to UNIX-domain sockets.
Other address families, i.e. AF_INET and AF_INET6, are fine.
src/event/ngx_event_connect.c