Return-Path: Delivered-To: apmail-httpd-dev-archive@www.apache.org Received: (qmail 93069 invoked from network); 19 Nov 2010 11:38:12 -0000 Received: from unknown (HELO mail.apache.org) (140.211.11.3) by 140.211.11.9 with SMTP; 19 Nov 2010 11:38:12 -0000 Received: (qmail 78418 invoked by uid 500); 19 Nov 2010 11:38:43 -0000 Delivered-To: apmail-httpd-dev-archive@httpd.apache.org Received: (qmail 78006 invoked by uid 500); 19 Nov 2010 11:38:43 -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 77998 invoked by uid 99); 19 Nov 2010 11:38:42 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 19 Nov 2010 11:38:42 +0000 X-ASF-Spam-Status: No, hits=-2.3 required=10.0 tests=RCVD_IN_DNSWL_MED,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: local policy) Received: from [195.232.224.71] (HELO mailout02.vodafone.com) (195.232.224.71) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 19 Nov 2010 11:38:33 +0000 Received: from mailint02 (localhost [127.0.0.1]) by mailout02 (Postfix) with ESMTP id 7AD07214A37 for ; Fri, 19 Nov 2010 12:38:11 +0100 (CET) Received: from avoexs01.internal.vodafone.com (unknown [145.230.4.134]) by mailint02 (Postfix) with ESMTP id 6DFD421496A for ; Fri, 19 Nov 2010 12:38:11 +0100 (CET) Received: from VF-MBX11.internal.vodafone.com ([145.230.5.20]) by avoexs01.internal.vodafone.com with Microsoft SMTPSVC(6.0.3790.3959); Fri, 19 Nov 2010 12:38:19 +0100 X-MimeOLE: Produced By Microsoft Exchange V6.5 Content-class: urn:content-classes:message MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable Subject: RE: svn commit: r1035605 - /httpd/httpd/trunk/modules/proxy/mod_proxy_http.c Date: Fri, 19 Nov 2010 12:38:12 +0100 Message-ID: <99EA83DCDE961346AFA9B5EC33FEC08B052B3338@VF-MBX11.internal.vodafone.com> In-Reply-To: X-MS-Has-Attach: X-MS-TNEF-Correlator: Thread-Topic: svn commit: r1035605 - /httpd/httpd/trunk/modules/proxy/mod_proxy_http.c Thread-Index: AcuH254NyGu4B1oAQFmeTPsqBMavBQAAn+FQ References: <20101116120838.A20D923888BD@eris.apache.org> <4CE61A36.80402@apache.org> From: =?iso-8859-1?Q?=22Pl=FCm=2C_R=FCdiger=2C_VF-Group=22?= To: X-OriginalArrivalTime: 19 Nov 2010 11:38:19.0429 (UTC) FILETIME=[4372FD50:01CB87DE] =20 > -----Original Message----- > From: Graham Leggett=20 > Sent: Freitag, 19. November 2010 12:19 > To: dev@httpd.apache.org > Subject: Re: svn commit: r1035605 -=20 > /httpd/httpd/trunk/modules/proxy/mod_proxy_http.c >=20 >=20 > bb is created like so: >=20 > bb =3D apr_brigade_create(p, c->bucket_alloc); >=20 > In other words, from the front side connection's allocator.=20 > When we've =20 > closed early, bb will be empty, which means this is a noop, but the =20 > brigade is guaranteed to still exist. Ahh, ok. Thanks for clarification. Regards R=FCdiger