From: Christos Tsantilas Date: Thu, 17 Nov 2011 09:44:39 +0000 (-0700) Subject: Bug 3398: persistent server connection closed after PUT/DELETE X-Git-Tag: SQUID_3_1_17~16 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4fe81aa5945d733b0b600210a6900f4419a10e3e;p=thirdparty%2Fsquid.git Bug 3398: persistent server connection closed after PUT/DELETE --- diff --git a/src/forward.cc b/src/forward.cc index 5b1f9feb43..7645324f77 100644 --- a/src/forward.cc +++ b/src/forward.cc @@ -464,13 +464,6 @@ FwdState::checkRetry() bool FwdState::checkRetriable() { - /* If there is a request body then Squid can only try once - * even if the method is indempotent - */ - - if (request->body_pipe != NULL) - return false; - /* RFC2616 9.1 Safe and Idempotent Methods */ switch (request->method.id()) { /* 9.1.1 Safe Methods */