]> git.ipfire.org Git - thirdparty/bind9.git/commit
Ignore and don't log ISC_R_NOTCONNECTED from uv_accept()
authorOndřej Surý <ondrej@sury.org>
Wed, 21 Oct 2020 22:17:03 +0000 (00:17 +0200)
committerEvan Hunt <each@isc.org>
Thu, 22 Oct 2020 18:37:16 +0000 (11:37 -0700)
commit5ef71c420fc118b506ad5a16bdb4a21fafdcda9c
treec170edd0ed08b1ae861a09f0857a7fa14601cc11
parentf7c82e406e83f98d3a1fecedc78725b441552092
Ignore and don't log ISC_R_NOTCONNECTED from uv_accept()

When client disconnects before the connection can be accepted, the named
would log a spurious log message:

    error: Accepting TCP connection failed: socket is not connected

We now ignore the ISC_R_NOTCONNECTED result code and log only other
errors
lib/isc/netmgr/tcp.c