]> git.ipfire.org Git - thirdparty/bind9.git/commit
Avoid memory copying during send in TLS stream
authorArtem Boldariev <artem@boldariev.com>
Mon, 2 Aug 2021 11:43:54 +0000 (14:43 +0300)
committerArtem Boldariev <artem@boldariev.com>
Thu, 12 Aug 2021 11:28:17 +0000 (14:28 +0300)
commite301e1e3b8eae1c3e4479fcaac3464dcb1923bc7
tree8c40f2cbee7138fef953adb159e62f34edf4b9f6
parentbd69c7c57c828139c6df8d02b194344ef91cf6f5
Avoid memory copying during send in TLS stream

At least at this point doing memory copying is not required. Probably
it was a workaround for some problem in the earlier days of DoH, at
this point it appears to be a waste of CPU cycles.
lib/isc/netmgr/tlsstream.c