]> git.ipfire.org Git - thirdparty/bind9.git/commit
Convert isc__nm_http_send() from isc_async_run() to isc_job_run()
authorOndřej Surý <ondrej@isc.org>
Tue, 11 Apr 2023 10:04:38 +0000 (12:04 +0200)
committerOndřej Surý <ondrej@isc.org>
Wed, 12 Apr 2023 12:10:37 +0000 (14:10 +0200)
commit1302345c936838dc00fc06e052777b2d09383efe
tree59a831171ba95263c3a6d6b872bc7d0edc4d16d9
parent3adba8ce2398dd6e75d1ad56402721361bfb46ba
Convert isc__nm_http_send() from isc_async_run() to isc_job_run()

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