mirror of
https://github.com/isc-projects/bind9.git
synced 2026-06-11 03:59:59 -04:00
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:
commit
052200cc2b
1 changed files with 4 additions and 0 deletions
|
|
@ -1127,6 +1127,10 @@ tls_cycle_input(isc_nmsocket_t *sock) {
|
|||
goto failure;
|
||||
}
|
||||
|
||||
if (atomic_load(&sock->client)) {
|
||||
break;
|
||||
}
|
||||
|
||||
if (pending == 0) {
|
||||
break;
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue