]> git.ipfire.org Git - thirdparty/pdns.git/commit
dnsdist: Stop reading on incoming DoH sockets if we are done
authorRemi Gacogne <remi.gacogne@powerdns.com>
Mon, 28 Jul 2025 14:33:46 +0000 (16:33 +0200)
committerRemi Gacogne <remi.gacogne@powerdns.com>
Thu, 21 Aug 2025 10:28:38 +0000 (12:28 +0200)
commite0a5a6dc4ab9557442ddbba56d03f6e4fb132bf2
tree10a0620fd468b047e320a7f4123f001072022b57
parentb81ed956d2f0b6bc538b34ee7e7ad304be233e7a
dnsdist: Stop reading on incoming DoH sockets if we are done

If the underlying library doesn't want to read, we have nothing
to send at the moment, but we are still waiting for responses,
there is no need to keep polling the socket.

Signed-off-by: Remi Gacogne <remi.gacogne@powerdns.com>
pdns/dnsdistdist/dnsdist-nghttp2-in.cc