]> git.ipfire.org Git - thirdparty/bind9.git/commit
Convert tls_send() callback to use isc_job_run()
authorOndřej Surý <ondrej@isc.org>
Tue, 11 Apr 2023 10:37:21 +0000 (12:37 +0200)
committerOndřej Surý <ondrej@isc.org>
Wed, 12 Apr 2023 12:10:37 +0000 (14:10 +0200)
commit1768522045f53b950a91c725817eb60b22615430
tree821702ca739bcb556a1a53f607a194e3d63d8954
parent1302345c936838dc00fc06e052777b2d09383efe
Convert tls_send() callback to use isc_job_run()

The tls_send() was already using uvreq; convert this to use more direct
isc_job_run() - the on-loop no-allocation method.
lib/isc/netmgr/tlsstream.c