Return-Path: Delivered-To: apmail-httpd-dev-archive@www.apache.org Received: (qmail 64005 invoked from network); 2 Aug 2009 13:29:20 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 2 Aug 2009 13:29:20 -0000 Received: (qmail 1357 invoked by uid 500); 2 Aug 2009 13:29:23 -0000 Delivered-To: apmail-httpd-dev-archive@httpd.apache.org Received: (qmail 1275 invoked by uid 500); 2 Aug 2009 13:29:23 -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 1260 invoked by uid 99); 2 Aug 2009 13:29:23 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 02 Aug 2009 13:29:23 +0000 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: local policy) Received: from [212.27.42.91] (HELO wmproxy1-g27.free.fr) (212.27.42.91) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 02 Aug 2009 13:29:12 +0000 Received: from wmproxy1-g27.free.fr (localhost [127.0.0.1]) by wmproxy1-g27.free.fr (Postfix) with ESMTP id 6422F2B59 for ; Sun, 2 Aug 2009 15:28:52 +0200 (CEST) Received: from spooler10-g27.priv.proxad.net (spooler10-g27.priv.proxad.net [172.20.243.231]) by wmproxy1-g27.free.fr (Postfix) with ESMTP id 5118F124C for ; Sun, 2 Aug 2009 15:28:52 +0200 (CEST) Date: Sun, 2 Aug 2009 15:28:52 +0200 (CEST) From: "Lionel VICTOR (free)" To: dev@httpd.apache.org Message-ID: <88996199.2467251249219732234.JavaMail.root@spooler10-g27.priv.proxad.net> In-Reply-To: <1696500294.2466791249218643194.JavaMail.root@spooler10-g27.priv.proxad.net> Subject: BugFix for Bug 29744 against trunk... MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-Originating-IP: [88.171.73.83] X-Mailer: Zimbra 5.0 (ZimbraWebClient - FF3.0 (Win)/5.0.15_GA_2815.UBUNTU8_64) X-Authenticated-User: lionel.victor@free.fr X-Virus-Scanned: ClamAV using ClamSMTP X-Virus-Checked: Checked by ClamAV on apache.org Dear developpers, Please find attached a svn diff made against revision 800059 of http://svn.apache.org/repos/asf/httpd/httpd/trunk This diff fixes the Bug 29744 on the Bugzilla (https://issues.apache.org/bugzilla/show_bug.cgi?id=29744) The fix attempts to solve a problem with mod_proxy_connect not using the layered output model as it should, thus breaking the connection when used over SSL for instance... Additionnally, other users commented on the bugzilla 'forum' that the patch also fixes (please see bugzilla Comment #84 From evanc at nortel dot com): - reporting issues when mod_proxy_connect was used with mod_logio - other reporting problems mod_proxy_connect was used with mod_log_config AFAIK no body reported failures after applying this patch. I am pushing this patch here in the hope that someone from the official dev team can push it on next releases of apache httpd. The bugzilla page for this bug is turning to a forum where people mostly complain about the patch not being integrated... Though I'm not the patch maker, I hope that my attempt will help either closing the bug or returning a clear status on bugzilla that explains why the patch isn't accepted in the main stream. Hope it helps cheers and thanx for your time !