CVSROOT: /cvs Module name: ports Changes by: [email protected] 2015/01/18 14:27:08
Modified files:
devel/apr : Makefile
devel/apr/patches: patch-network_io_unix_sockets_c
Log message:
While accept() is inheriting O_NONBLOCK it is not the case in the accept4()
case. So only inherit O_NONBLOCK if accept4() is not used. Without this
apache 2.4 blocks forever when using keepalive. OK stsp@
