Files
bind9/lib/dns
Evan Hunt 25ddec8a0a remove unnecessary assertion in dns_dispatch_connect()
When a thread calls dns_dispatch_connect() on an unconnected TCP socket
it sets `tcpstate` from `DNS_DISPATCHSTATE_NONE` to `_CONNECTING`.
Previously, it then INSISTed that there were no pending connections
before calling isc_nm_tcpdnsconnect().

If a second thread called dns_dispatch_connect() during that window
of time, it could add a pending connection to the list, and trigger
an assertion failure.

This commit removes the INSIST since the condition is actually
harmless.
2022-07-14 16:31:01 -07:00
..
2022-06-01 13:00:40 +01:00
2022-05-25 16:04:51 +02:00
2022-04-01 23:50:34 +02:00
2022-05-03 10:02:19 +02:00
2022-06-09 10:47:04 +00:00
2022-06-01 13:00:40 +01:00
2022-06-28 11:56:31 +02:00
2022-07-05 09:41:33 -07:00
2022-06-01 13:00:40 +01:00
2022-05-25 16:04:51 +02:00
2022-05-02 19:47:58 +01:00
2022-05-03 00:41:42 +01:00
2022-06-01 13:00:40 +01:00
2022-05-03 12:38:59 +00:00
2022-05-03 12:38:59 +00:00
2022-05-25 16:04:51 +02:00
2022-05-03 12:38:59 +00:00
2022-07-13 23:43:39 +00:00
2022-07-06 19:36:54 -07:00
2022-07-05 12:22:55 -07:00