]> git.ipfire.org Git - thirdparty/bind9.git/commit
Do not use vector socket functions in HTTP server code
authorWitold Kręcicki <wpk@isc.org>
Fri, 26 Oct 2018 19:07:41 +0000 (19:07 +0000)
committerMichał Kępień <michal@isc.org>
Wed, 31 Oct 2018 11:12:50 +0000 (12:12 +0100)
commit07eebc42e454b298153019ea6654f3f039b64f60
tree02922f46744df8ab946b79513134089058b45e7a
parent3b6f9db3fbab1b43dac7f14c9deea03072288256
Do not use vector socket functions in HTTP server code

Refactor code in lib/isc/httpd.c to no longer use isc_socket_sendv() as
this function will be removed shortly.
lib/isc/httpd.c