From: bert hubert Date: Fri, 5 Jun 2015 21:41:37 +0000 (+0200) Subject: teach TCP to ignore the addDelay() infra for now X-Git-Tag: dnsdist-1.0.0-alpha1~248^2~78^2~19^2^2~4 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=9a91e998fd1536dd5cdac3a9fb5d12d23a3495c0;p=pdns teach TCP to ignore the addDelay() infra for now --- diff --git a/pdns/dnsdist-tcp.cc b/pdns/dnsdist-tcp.cc index c35d82e37..0fc17d175 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; }