From: Christos Tsantilas Date: Thu, 10 Nov 2011 21:49:07 +0000 (+1300) Subject: Bug 3398: persistent server connection closed after PUT/DELETE X-Git-Tag: BumpSslServerFirst.take01~31 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=fba83861faa95f64309ccab11946135d2d52bc43;p=thirdparty%2Fsquid.git Bug 3398: persistent server connection closed after PUT/DELETE --- diff --git a/src/forward.cc b/src/forward.cc index f076604e58..c1462c9101 100644 --- a/src/forward.cc +++ b/src/forward.cc @@ -498,13 +498,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 */