]> git.ipfire.org Git - thirdparty/bind9.git/commit
Use isc_buffer_t to keep track of outgoing response
authorArtem Boldariev <artem@boldariev.com>
Wed, 21 Jul 2021 20:23:58 +0000 (23:23 +0300)
committerArtem Boldariev <artem@boldariev.com>
Thu, 12 Aug 2021 11:28:16 +0000 (14:28 +0300)
commite0704f2e5df9dd09b90f264520a13fd63e0efc5f
tree601314a4dcf28c7a17a3e96d2fa83e886e002747
parent6fe4ab39b909d6fa4ed1a3b3384b4cb07e1112b9
Use isc_buffer_t to keep track of outgoing response

This commit gets rid of custom code taking care of response buffering
by replacing the custom code with isc_buffer_t. Also, it gets rid of
an unnecessary memory copying when sending a response.
lib/isc/netmgr/http.c
lib/isc/netmgr/netmgr-int.h