]> git.ipfire.org Git - thirdparty/bind9.git/commit
DoH: replace a custom buffer code for POST data with isc_buffer_t
authorArtem Boldariev <artem@boldariev.com>
Thu, 29 Jul 2021 08:43:29 +0000 (11:43 +0300)
committerArtem Boldariev <artem@boldariev.com>
Thu, 12 Aug 2021 11:28:17 +0000 (14:28 +0300)
commita32faa20b43e463778794434b68bcfd8bf2bff8f
treee4f7c04f8510bc56d841e28f01b19f327a09e556
parent5b52a7e37ed32e32fa671223b6d16e21f43436c4
DoH: replace a custom buffer code for POST data with isc_buffer_t

This commit replaces the custom buffer code in client-side DoH code
intended to keep track of POST data, with isc_buffer_t.
lib/isc/netmgr/http.c