Files
bind9/lib/dns
Ondřej Surý 05bb89267e Don't detach xfr in dns_xfrin_shutdown()
As we are now using dispatch instead of netmgr for XFR TCP connection,
the xfrin_recv_done() will be called when cancelling the dispatch with
ISC_R_CANCELED.  This could lead to double detach from the dns_xfrin_t,
one in the xfrin_recv_done() and one in the dns_xfrin_shutdown().

Remove the extra detach from the dns_xfrin_shutdown() and rely on the
dispatch read callback to be always called.
2023-04-04 10:26:41 +02:00
..
2023-02-16 18:35:32 +01:00
2023-03-28 12:38:27 -07:00
2023-02-28 11:44:15 +01:00
2023-02-28 11:44:15 +01:00
2023-02-28 11:44:15 +01:00
2023-04-03 14:09:13 +02:00
2023-02-28 09:38:17 +01:00
2023-03-23 12:57:01 -07:00
2023-02-28 11:44:15 +01:00
2023-03-08 08:36:25 +01:00
2023-04-03 15:10:47 +00:00
2023-04-03 15:10:47 +00:00
2023-03-08 08:36:25 +01:00
2023-02-28 11:44:15 +01:00
2023-02-28 11:44:15 +01:00
2023-02-28 11:44:15 +01:00
2023-04-03 15:21:43 +00:00
2023-02-28 11:44:15 +01:00
2023-04-03 12:08:05 +01:00
2023-03-31 13:33:16 +02:00