Skip to content

Honour single read per client isc_nm_read() call in the TLSDNS

Ondřej Surý requested to merge ondrej-fix-single-read-tlsdns-client into main

The TLSDNS transport was not honouring the single read callback for TLSDNS client. It would call the read callbacks repeatedly in case the single TLS read would result in multiple DNS messages in the decoded buffer.

Merge request reports