From 4fe81aa5945d733b0b600210a6900f4419a10e3e Mon Sep 17 00:00:00 2001 From: Christos Tsantilas Date: Thu, 17 Nov 2011 02:44:39 -0700 Subject: [PATCH] Bug 3398: persistent server connection closed after PUT/DELETE --- src/forward.cc | 7 ------- 1 file changed, 7 deletions(-) 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 */ -- 2.47.2