From: Guy Helmer Date: Sat, 5 May 2012 23:55:14 +0000 (-0600) Subject: Bug 3258: Requests hang when Host forgery verify fails X-Git-Tag: SQUID_3_2_0_18~53 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=36d1f7380e27de23f7d94d4dad837e726ecb42d1;p=thirdparty%2Fsquid.git Bug 3258: Requests hang when Host forgery verify fails --- diff --git a/src/client_side_request.cc b/src/client_side_request.cc index d29ded7820..be2f3e8828 100644 --- a/src/client_side_request.cc +++ b/src/client_side_request.cc @@ -566,6 +566,7 @@ ClientRequestContext::hostHeaderVerifyFailed(const char *A, const char *B) // XXX: when we have updated the cache key to base on raw-IP + URI this cacheable limit can go. http->request->flags.hierarchical = 0; // MUST NOT pass to peers (for now) // XXX: when we have sorted out the best way to relay requests properly to peers this hierarchical limit can go. + http->doCallouts(); return; }