--- squid-3.2.0.17-20120415-r11555.orig/src/client_side_request.cc 2012-04-15 13:04:56.000000000 +0400 +++ squid-3.2.0.17-20120415-r11555/src/client_side_request.cc 2012-04-18 13:38:01.259695975 +0400 @@ -540,6 +540,7 @@ 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; }