diff --git a/lib/isc/netmgr/http.c b/lib/isc/netmgr/http.c index 10e07c8b7a..7ba075fe90 100644 --- a/lib/isc/netmgr/http.c +++ b/lib/isc/netmgr/http.c @@ -2183,7 +2183,7 @@ isc__nm_http_send(isc_nmhandle_t *handle, const isc_region_t *region, uvreq->uvbuf.base = (char *)region->base; uvreq->uvbuf.len = region->length; - isc_async_run(sock->worker->loop, http_send_cb, uvreq); + isc_job_run(sock->worker->loop, &uvreq->job, http_send_cb, uvreq); } static void