bind9/lib/isccc
Ondřej Surý 88a14985db
Add isc_nm_read_stop() and remove .reading member from ccmsg
We need to stop reading when calling isc_ccmsg_disconnect() as the
reading handle doesn't have to be last because sending might be in
progress.  After that, we can safely remove .reading member because the
reading would not be called after the disconnect has been called.

The ccmsg_senddone() should also not call the recv callback if the
sending failed, that's the job of the caller's send callback - in fact
it already does that, so the code in ccmsg_senddone() was superfluous.
2024-02-08 17:23:39 +01:00
..
include Add isc_nm_read_stop() and remove .reading member from ccmsg 2024-02-08 17:23:39 +01:00
alist.c Remove do-nothing header <isc/print.h> 2023-02-15 16:44:47 +00:00
base64.c Update the copyright information in all files in the repository 2022-01-11 09:05:02 +01:00
cc.c NetBSD has added 'hmac' to libc so rename out uses of hmac 2023-12-13 22:27:38 +00:00
ccmsg.c Add isc_nm_read_stop() and remove .reading member from ccmsg 2024-02-08 17:23:39 +01:00
Makefile.am remove isc_task completely 2023-02-16 18:35:32 +01:00
sexpr.c Remove do-nothing header <isc/print.h> 2023-02-15 16:44:47 +00:00
symtab.c Do extra manual isc_mem_cget() conversions 2023-08-31 22:08:35 +02:00