From 9a91e998fd1536dd5cdac3a9fb5d12d23a3495c0 Mon Sep 17 00:00:00 2001 From: bert hubert Date: Fri, 5 Jun 2015 23:41:37 +0200 Subject: [PATCH] teach TCP to ignore the addDelay() infra for now --- pdns/dnsdist-tcp.cc | 1 + 1 file changed, 1 insertion(+) diff --git a/pdns/dnsdist-tcp.cc b/pdns/dnsdist-tcp.cc index c35d82e374..0fc17d1755 100644 --- a/pdns/dnsdist-tcp.cc +++ b/pdns/dnsdist-tcp.cc @@ -143,6 +143,7 @@ void* tcpClientThread(int pipefd) break; case DNSAction::Action::Allow: case DNSAction::Action::None: + case DNSAction::Action::Delay: break; } -- 2.47.2