Merge branch 'ondrej-fix-single-read-tlsdns-client' into 'main'

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

See merge request isc-projects/bind9!7152
This commit is contained in:
Ondřej Surý 2022-12-01 18:06:45 +00:00
commit 052200cc2b

View file

@ -1127,6 +1127,10 @@ tls_cycle_input(isc_nmsocket_t *sock) {
goto failure;
}
if (atomic_load(&sock->client)) {
break;
}
if (pending == 0) {
break;
}