Skip to content

handle TCP connect failure in TLS

Evan Hunt requested to merge each-tcp-connect-err into main

wait for the TCP connect to complete before returning from isc_nm_tlsconnect(), and pass back the error code to the caller if there's a failure. this now matches the behavior of isc_nm_tcpconnect(), and enables isc_nm_tcpdnsconnect() and isc_nm_tlsdnsconnect() to behave consistently as well.

Merge request reports