]> git.kaiwu.me - nginx.git/commit
Core: handling of getsockopt(TCP_DEFER_ACCEPT) failures.
authorMaxim Dounin <mdounin@mdounin.ru>
Thu, 31 Oct 2013 00:00:37 +0000 (04:00 +0400)
committerMaxim Dounin <mdounin@mdounin.ru>
Thu, 31 Oct 2013 00:00:37 +0000 (04:00 +0400)
commit0eee3b0bc5ff2d62d38488bae1e67172c868d0f7
tree66adb97e277b897047895ed243246d3caaf035cb
parent475832834bc1ddd53011fee737be51ac24fb2ce8
Core: handling of getsockopt(TCP_DEFER_ACCEPT) failures.

Recent Linux versions started to return EOPNOTSUPP to getsockopt() calls
on unix sockets, resulting in log pollution on binary upgrade.  Such errors
are silently ignored now.
src/core/ngx_connection.c
src/os/unix/ngx_errno.h
src/os/win32/ngx_errno.h