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~6 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=52990c476a6ee99377955cc58fba035ce4418ab0;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; }