]> git.ipfire.org Git - thirdparty/bind9.git/commit
Handle canceled read during sending data over stats channel
authorOndřej Surý <ondrej@isc.org>
Thu, 8 Sep 2022 16:24:57 +0000 (18:24 +0200)
committerOndřej Surý <ondrej@isc.org>
Thu, 15 Sep 2022 08:29:37 +0000 (10:29 +0200)
commit6562227cc8a0732002c01cfc045129bf6080b94c
tree7380648ef924b6f2e87a339376821584958bcb7a
parent0ffa8d1a9cbe7f3718e944e3cf4e0a9f27326a3c
Handle canceled read during sending data over stats channel

An assertion failure would be triggered when the TCP connection
is canceled during sending the data back to the client.

Don't require the state to be `RECV` on non successful read to
gracefully handle canceled TCP connection during the SEND state of the
HTTPD channel.
lib/isc/httpd.c