Return-Path: X-Original-To: apmail-hc-dev-archive@www.apache.org Delivered-To: apmail-hc-dev-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 9E798D66C for ; Sun, 14 Oct 2012 12:37:07 +0000 (UTC) Received: (qmail 48440 invoked by uid 500); 14 Oct 2012 12:37:07 -0000 Delivered-To: apmail-hc-dev-archive@hc.apache.org Received: (qmail 48191 invoked by uid 500); 14 Oct 2012 12:37:04 -0000 Mailing-List: contact dev-help@hc.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: "HttpComponents Project" Delivered-To: mailing list dev@hc.apache.org Received: (qmail 48154 invoked by uid 99); 14 Oct 2012 12:37:03 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 14 Oct 2012 12:37:03 +0000 Date: Sun, 14 Oct 2012 12:37:03 +0000 (UTC) From: "Oleg Kalnichevski (JIRA)" To: dev@hc.apache.org Message-ID: <877870858.42966.1350218223809.JavaMail.jiratomcat@arcas> In-Reply-To: <1458557887.39490.1350073503123.JavaMail.jiratomcat@arcas> Subject: [jira] [Updated] (HTTPCORE-318) DefaultConnectionReuseStrategy -- need to honor keep alives when receiving a 404 on a HEAD request MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 [ https://issues.apache.org/jira/browse/HTTPCORE-318?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Oleg Kalnichevski updated HTTPCORE-318: --------------------------------------- Fix Version/s: Future > DefaultConnectionReuseStrategy -- need to honor keep alives when receiving a 404 on a HEAD request > -------------------------------------------------------------------------------------------------- > > Key: HTTPCORE-318 > URL: https://issues.apache.org/jira/browse/HTTPCORE-318 > Project: HttpComponents HttpCore > Issue Type: Improvement > Components: HttpCore > Affects Versions: 4.2.2 > Reporter: Jon Christiansen > Fix For: Future > > > Code will not allow connection reuse if Content-Length header is not present. > If the request was a HEAD request and the response is a 404, this header is not present, but HttpClient should still be able to re-use the connection. > It should be very easy to add special case code when dealing with responses to HEAD requests. -- This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrators For more information on JIRA, see: http://www.atlassian.com/software/jira --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscribe@hc.apache.org For additional commands, e-mail: dev-help@hc.apache.org