Return-Path: Delivered-To: apmail-httpd-dev-archive@www.apache.org Received: (qmail 58893 invoked from network); 16 Dec 2005 08:19:00 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 16 Dec 2005 08:19:00 -0000 Received: (qmail 69367 invoked by uid 500); 16 Dec 2005 08:18:55 -0000 Delivered-To: apmail-httpd-dev-archive@httpd.apache.org Received: (qmail 69313 invoked by uid 500); 16 Dec 2005 08:18:55 -0000 Mailing-List: contact dev-help@httpd.apache.org; run by ezmlm Precedence: bulk Reply-To: dev@httpd.apache.org list-help: list-unsubscribe: List-Post: List-Id: Delivered-To: mailing list dev@httpd.apache.org Received: (qmail 69302 invoked by uid 99); 16 Dec 2005 08:18:55 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 16 Dec 2005 00:18:55 -0800 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests= X-Spam-Check-By: apache.org Received-SPF: neutral (asf.osuosl.org: local policy) Received: from [128.195.24.168] (HELO scotch.ics.uci.edu) (128.195.24.168) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 16 Dec 2005 00:18:54 -0800 Received: from scotch.ics.uci.edu (localhost [127.0.0.1]) by scotch.ics.uci.edu (8.12.11/8.12.11) with ESMTP id jBG8IYHQ008777 (version=TLSv1/SSLv3 cipher=EDH-RSA-DES-CBC3-SHA bits=168 verify=NO) for ; Fri, 16 Dec 2005 00:18:34 -0800 (PST) Received: (from jerenk@localhost) by scotch.ics.uci.edu (8.13.4+Sun/8.12.11/Submit) id jBG8IYrK008776 for dev@httpd.apache.org; Fri, 16 Dec 2005 00:18:34 -0800 (PST) X-Authentication-Warning: scotch.ics.uci.edu: jerenk set sender to justin@erenkrantz.com using -f Date: Fri, 16 Dec 2005 00:18:34 -0800 From: Justin Erenkrantz To: dev@httpd.apache.org Subject: Re: AW: AW: 2.2 mod_http_proxy and "partial" pages Message-ID: <20051216081834.GU28636@scotch.ics.uci.edu> Mail-Followup-To: Justin Erenkrantz , dev@httpd.apache.org References: <43A1D3AD.8080609@turner.com> <43A1DC59.2030506@apache.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <43A1DC59.2030506@apache.org> User-Agent: Mutt/1.5.11 X-Spam-Checker-Version: SpamAssassin 3.2.0-r232569 (2005-08-13) on scotch.ics.uci.edu X-Virus-Checked: Checked by ClamAV on apache.org X-Old-Spam-Status: No, score=-1.4 required=5.0 tests=ALL_TRUSTED autolearn=no version=3.2.0-r232569 X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N On Thu, Dec 15, 2005 at 10:12:57PM +0100, Ruediger Pluem wrote: > I think we have to simulate to the client what happened to us on the backend: > A broken connection. I mostly agree. However, Roy's veto is predicated on us not doing anything that would cause a hypothetical (*duck*) Waka protocol filter from having the underlying connection closed. The point Roy's made is that Waka will have a 'response abort' indicator. HTTP/1.1 doesn't - therefore, we should abort the connection for HTTP/1.1. So, to respect that -1, we need to keep that in mind that we only force the dropped connection somehow within the HTTP/1.1 logic. Or, have a clear path for a Waka filter chain to not drop the connection - by seeing the error bucket and morphing it into a Waka 'response abort' bucket. -- justin