From: Remi Gacogne Date: Fri, 22 Dec 2023 16:37:54 +0000 (+0100) Subject: dnsdist: Re-format doh3.cc and doq.cc X-Git-Tag: auth-4.9.0-alpha1~18^2~1 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=ddc643a23e7ac550775acdc11855cc6b9699f04c;p=thirdparty%2Fpdns.git dnsdist: Re-format doh3.cc and doq.cc --- diff --git a/pdns/dnsdistdist/doh3.cc b/pdns/dnsdistdist/doh3.cc index e4ce44827c..b8ed4bd219 100644 --- a/pdns/dnsdistdist/doh3.cc +++ b/pdns/dnsdistdist/doh3.cc @@ -813,7 +813,7 @@ static void handleSocketReadable(DOH3Frontend& frontend, ClientState& clientStat if (!sock.recvFromAsync(buffer, client) || buffer.empty()) { return; } - DEBUGLOG("Received DoH3 datagram of size "<