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 54DE79EF1 for ; Thu, 17 Nov 2011 00:10:40 +0000 (UTC) Received: (qmail 69752 invoked by uid 500); 17 Nov 2011 00:10:40 -0000 Delivered-To: apmail-hc-dev-archive@hc.apache.org Received: (qmail 69712 invoked by uid 500); 17 Nov 2011 00:10:40 -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 69704 invoked by uid 99); 17 Nov 2011 00:10:40 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 17 Nov 2011 00:10:40 +0000 X-ASF-Spam-Status: No, hits=-0.7 required=5.0 tests=FREEMAIL_FROM,RCVD_IN_DNSWL_LOW,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of bill.speirs@gmail.com designates 209.85.210.179 as permitted sender) Received: from [209.85.210.179] (HELO mail-iy0-f179.google.com) (209.85.210.179) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 17 Nov 2011 00:10:33 +0000 Received: by iafi7 with SMTP id i7so1328785iaf.10 for ; Wed, 16 Nov 2011 16:10:12 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type:content-transfer-encoding; bh=kCOSUFZoO+kBNTeTwYUKMBo2u/mVEGGCoPDcQyD8fs4=; b=jxDjBAVy5va+iyz5/ov7fSvW0gw16luZME0MQXdatPtPRqIRDvwPNsqgy2Rp6J8VxR riVKZL4slC1do7pv6sxQ/VXpAeg4YDbiH7UcZ6rJqxX/4G1dEjnx0uZsB1uwd+8vcByC XXUddVpk0mwXy2kwYh4qpEOPMk7FbaWu/6/YM= MIME-Version: 1.0 Received: by 10.43.131.196 with SMTP id hr4mr35699418icc.55.1321488612260; Wed, 16 Nov 2011 16:10:12 -0800 (PST) Received: by 10.42.177.134 with HTTP; Wed, 16 Nov 2011 16:10:12 -0800 (PST) In-Reply-To: <20111116232416.7f3e1149@banshee.khelekore.org> References: <20111116232416.7f3e1149@banshee.khelekore.org> Date: Wed, 16 Nov 2011 19:10:12 -0500 Message-ID: Subject: Re: Async Server Keep Connections Open for HTTP 1.0 From: Bill Speirs To: HttpComponents Project Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable X-Virus-Checked: Checked by ClamAV on apache.org Yea, so from that, and seeing the resulting action (hanging) from ab, I'll submit a JIRA ticket and patch to set the response in the handle method to the same HTTP version as the request. If the programmer wants to go out of their way and change that, so be it, but I think that type of patch would/could help people overcome this issue... I know it would have helped me. Thanks! Bill- On Wed, Nov 16, 2011 at 5:24 PM, Robert Olofsson wrote: > On Wed, 16 Nov 2011 16:43:34 -0500 > Bill Speirs wrote: > >> Is this a bug in the components library? Should >> HttpAsyncServiceHandler be smart enough to "pair-up" a 1.0 request to >> a 1.1 response and close the connection? I realize that is a lot of >> state to carry around, and probably isn't wanted. > > 8.1.2.1 Negotiation > =A0 ... > =A0 Clients and servers SHOULD NOT assume that a persistent connection is > =A0 maintained for HTTP versions less than 1.1 unless it is explicitly > =A0 signaled. See section 19.6.2 for more information on backward > =A0 compatibility with HTTP/1.0 clients. > > /robo > --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscribe@hc.apache.org For additional commands, e-mail: dev-help@hc.apache.org