]> git.ipfire.org Git - thirdparty/bind9.git/commit
fix DOH timeout recovery
authorEvan Hunt <each@isc.org>
Wed, 21 Apr 2021 19:03:10 +0000 (12:03 -0700)
committerEvan Hunt <each@isc.org>
Fri, 23 Apr 2021 17:01:42 +0000 (10:01 -0700)
commitf0d75ee7c3f80cce08eafa0932d74f8fbecfb469
tree8c56d3ca84f5e545028ae30ba975c32ae66483a3
parentb258df8562987f58db1363bcdedeae050c279338
fix DOH timeout recovery

as with TLS, the destruction of a client stream on failed read
needs to be conditional: if we reached failed_read_cb() as a
result of a timeout on a timer which has subsequently been
reset, the stream must not be closed.
lib/isc/netmgr/http.c