]> git.ipfire.org Git - thirdparty/pdns.git/commitdiff
dnsdist: Fix a typo is an exception message spotted by Miod 16015/head
authorRemi Gacogne <remi.gacogne@powerdns.com>
Fri, 22 Aug 2025 12:38:35 +0000 (14:38 +0200)
committerRemi Gacogne <remi.gacogne@powerdns.com>
Mon, 25 Aug 2025 13:16:29 +0000 (15:16 +0200)
Co-authored-by: Miod Vallat <miod.vallat@powerdns.com>
Signed-off-by: Remi Gacogne <github@coredump.fr>
pdns/dnsdistdist/dnsdist-nghttp2.cc

index 54ba83f0cbf5fd758ad7d0d7ffd2d3f804206be8..1fff0ae2a22f52e9fcbc6e9ded84d72696f833c7 100644 (file)
@@ -349,7 +349,7 @@ void DoHConnectionToBackend::queueQuery(std::shared_ptr<TCPQuerySender>& sender,
       d_connectionDied = true;
       ++d_ds->tcpDiedSendingQuery;
       d_currentStreams.erase(streamId);
-      throw std::runtime_error("Error in nghttp2_session_send:" + std::to_string(rtv));
+      throw std::runtime_error("Error in nghttp2_session_send: " + std::to_string(rtv));
     }
   }