]> git.ipfire.org Git - thirdparty/pdns.git/commit
dnsdist-1.6.x: Fix outstanding counter issue 10706/head
authorRemi Gacogne <remi.gacogne@powerdns.com>
Thu, 9 Sep 2021 09:51:00 +0000 (11:51 +0200)
committerRemi Gacogne <remi.gacogne@powerdns.com>
Thu, 9 Sep 2021 09:51:00 +0000 (11:51 +0200)
commit9f10107fdeab09bbd816a58205ba630b9049b7e7
tree728760a0fa23cbd2947b49eada4058269b870125
parent0c18eb36a45485436fc0b216e8e1c4c1535abb48
dnsdist-1.6.x: Fix outstanding counter issue

When the client closes the TCP connection while we are still waiting
for the backend to send at least one response, and the backend connection
then terminates anormally, we could have not properly reset the outstanding
counter of that backend.
pdns/dnsdistdist/dnsdist-tcp-downstream.hh
pdns/dnsdistdist/test-dnsdisttcp_cc.cc