]> git.ipfire.org Git - thirdparty/bind9.git/commit
DoH: use isc_nmhandle_set_tcp_nodelay()
authorArtem Boldariev <artem@boldariev.com>
Thu, 25 Aug 2022 19:44:59 +0000 (22:44 +0300)
committerArtem Boldariev <artem@boldariev.com>
Tue, 20 Dec 2022 20:13:53 +0000 (22:13 +0200)
commitefe4267044fc81247ddef333184e224d33e52bd2
tree66c54c97617d650fc748ed20aff3181dad162091
parente89575ddce3e2a794bf411c313829afdfec11b23
DoH: use isc_nmhandle_set_tcp_nodelay()

This commit replaces ad-hoc code for disabling Nagle's algorithm with
a call to isc_nmhandle_set_tcp_nodelay().
lib/isc/netmgr/http.c