bind9/lib/isc/netmgr
Artem Boldariev 9abb00bb5f Fix an abort in DoH (client-side) when writing on closing sock
The commit fixes a corner case in client-side DoH code, when a write
attempt is done on a closing socket (session).

The change ensures that the write call-back will be called with a
proper error code (see failed_send_cb() call in client_httpsend()).
2022-05-20 20:18:40 +03:00
..
http.c Fix an abort in DoH (client-side) when writing on closing sock 2022-05-20 20:18:40 +03:00
netmgr-int.h DoT: implement TLS client session resumption 2022-05-20 20:17:48 +03:00
netmgr.c Avoid aborting when uv_timer_start() is used on a closing socket 2022-05-20 20:18:40 +03:00
socket.c Move netmgr/uv-compat.h to <isc/uv.h> 2022-05-03 10:02:19 +02:00
tcp.c Move setting the sock->write_timeout to the async_*send 2022-05-19 22:36:47 +02:00
tcpdns.c Move setting the sock->write_timeout to the async_*send 2022-05-19 22:36:47 +02:00
timer.c Move netmgr/uv-compat.h to <isc/uv.h> 2022-05-03 10:02:19 +02:00
tlsdns.c DoT: implement TLS client session resumption 2022-05-20 20:17:48 +03:00
tlsstream.c TLS stream/DoH: implement TLS client session resumption 2022-05-20 20:17:45 +03:00
udp.c Move netmgr/uv-compat.h to <isc/uv.h> 2022-05-03 10:02:19 +02:00