Return-Path: X-Original-To: apmail-httpd-dev-archive@www.apache.org Delivered-To: apmail-httpd-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 4FD53D33F for ; Wed, 25 Jul 2012 07:30:00 +0000 (UTC) Received: (qmail 37749 invoked by uid 500); 25 Jul 2012 07:29:58 -0000 Delivered-To: apmail-httpd-dev-archive@httpd.apache.org Received: (qmail 37517 invoked by uid 500); 25 Jul 2012 07:29:58 -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 37471 invoked by uid 99); 25 Jul 2012 07:29:56 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 25 Jul 2012 07:29:56 +0000 X-ASF-Spam-Status: No, hits=-5.0 required=5.0 tests=RCVD_IN_DNSWL_HI,SPF_HELO_PASS,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of jorton@redhat.com designates 209.132.183.28 as permitted sender) Received: from [209.132.183.28] (HELO mx1.redhat.com) (209.132.183.28) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 25 Jul 2012 07:29:49 +0000 Received: from int-mx01.intmail.prod.int.phx2.redhat.com (int-mx01.intmail.prod.int.phx2.redhat.com [10.5.11.11]) by mx1.redhat.com (8.14.4/8.14.4) with ESMTP id q6P7TSbu010719 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK) for ; Wed, 25 Jul 2012 03:29:28 -0400 Received: from iberis.manyfish.co.uk (vpn-10-14.rdu.redhat.com [10.11.10.14]) by int-mx01.intmail.prod.int.phx2.redhat.com (8.13.8/8.13.8) with ESMTP id q6P7TRV9007628 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO) for ; Wed, 25 Jul 2012 03:29:28 -0400 Received: from jorton by iberis.manyfish.co.uk with local (Exim 4.76) (envelope-from ) id 1Stw2A-0000lO-JX for dev@httpd.apache.org; Wed, 25 Jul 2012 08:29:26 +0100 Date: Wed, 25 Jul 2012 08:29:26 +0100 From: Joe Orton To: dev@httpd.apache.org Subject: Re: [PATCH] proxy/balancer: fix PR 45434 regression Message-ID: <20120725072926.GA2710@redhat.com> Mail-Followup-To: dev@httpd.apache.org References: <20120724174034.GA16818@redhat.com> <500EEB4E.8040601@kippdata.de> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline In-Reply-To: <500EEB4E.8040601@kippdata.de> User-Agent: Mutt/1.5.21 (2010-09-15) Organization: Registered in England and Wales under Company Registration No. 03798903 Directors: Michael Cunningham (USA), Mark Hegarty (Ireland), Matt Parson (USA), Charlie Peters (USA) X-Scanned-By: MIMEDefang 2.67 on 10.5.11.11 X-Virus-Checked: Checked by ClamAV on apache.org On Tue, Jul 24, 2012 at 08:37:02PM +0200, Rainer Jung wrote: > So: Your change seems good to me. Thanks very much for checking it out! r1365479.