]> git.ipfire.org Git - thirdparty/bind9.git/commit
Always call TCP connect callback from within a worker context
authorArtem Boldariev <artem@boldariev.com>
Fri, 23 Apr 2021 14:50:04 +0000 (17:50 +0300)
committerArtem Boldariev <artem@boldariev.com>
Fri, 7 May 2021 12:47:24 +0000 (15:47 +0300)
commit8510c5cd59e88d74d697376ec596dcbc54f34d66
treed15a9049ffd3ee4159f69f71e39f2168910cdb64
parent134914233359d62a5bdfefe7996b7f99c1fee622
Always call TCP connect callback from within a worker context

This change ensures that a TCP connect callback is called from within
the context of a worker thread in case of a low-level error when
descriptors cannot be created (e.g. when there are too many open file
descriptors).
lib/isc/netmgr/tcp.c