]> 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, 28 Aug 2025 08:43:44 +0000 (10:43 +0200)
commit43c317c5c583943f8aa20c6a467dcbe55c50d31d
treeac6e72e185cdc2f86063826e6c4076ff59f708c6
parentcb82b83f26661dced2ab072d8074d1f13c96f065
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>
(cherry picked from commit e0a5a6dc4ab9557442ddbba56d03f6e4fb132bf2)
pdns/dnsdistdist/dnsdist-nghttp2-in.cc