From d8329ebf8b1feeae2665fbd27f4bc71c50e307cf Mon Sep 17 00:00:00 2001 From: Alexander Komyagin Date: Sat, 5 May 2012 17:53:44 -0600 Subject: [PATCH] Mark verified intercept traffic correctly after DNS lookup --- src/client_side_request.cc | 1 + 1 file changed, 1 insertion(+) diff --git a/src/client_side_request.cc b/src/client_side_request.cc index 0c3113b0e9..d29ded7820 100644 --- a/src/client_side_request.cc +++ b/src/client_side_request.cc @@ -540,6 +540,7 @@ ClientRequestContext::hostHeaderIpVerify(const ipcache_addrs* ia, const DnsLooku for (int i = 0; i < ia->count; i++) { if (clientConn->local.matchIPAddr(ia->in_addrs[i]) == 0) { debugs(85, 3, HERE << "validate IP " << clientConn->local << " possible from Host:"); + http->request->flags.hostVerified = 1; http->doCallouts(); return; } -- 2.47.2