Return-Path: Delivered-To: apmail-httpd-dev-archive@www.apache.org Received: (qmail 27856 invoked from network); 1 Mar 2010 21:28:52 -0000 Received: from unknown (HELO mail.apache.org) (140.211.11.3) by 140.211.11.9 with SMTP; 1 Mar 2010 21:28:52 -0000 Received: (qmail 94117 invoked by uid 500); 1 Mar 2010 21:28:49 -0000 Delivered-To: apmail-httpd-dev-archive@httpd.apache.org Received: (qmail 94044 invoked by uid 500); 1 Mar 2010 21:28:49 -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 94036 invoked by uid 99); 1 Mar 2010 21:28:49 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 01 Mar 2010 21:28:49 +0000 X-ASF-Spam-Status: No, hits=-8.0 required=10.0 tests=RCVD_IN_DNSWL_HI,SPF_HELO_PASS,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (nike.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; Mon, 01 Mar 2010 21:28:41 +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.13.8/8.13.8) with ESMTP id o21LSJhR015044 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK) for ; Mon, 1 Mar 2010 16:28:19 -0500 Received: from turnip.manyfish.co.uk (vpn-8-119.rdu.redhat.com [10.11.8.119]) by int-mx01.intmail.prod.int.phx2.redhat.com (8.13.8/8.13.8) with ESMTP id o21LSHOx017632 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO) for ; Mon, 1 Mar 2010 16:28:18 -0500 Received: from jorton by turnip.manyfish.co.uk with local (Exim 4.69) (envelope-from ) id 1NmDA0-0006zS-I7 for dev@httpd.apache.org; Mon, 01 Mar 2010 21:28:16 +0000 Date: Mon, 1 Mar 2010 21:28:16 +0000 From: Joe Orton To: dev@httpd.apache.org Subject: Re: svn commit: r917343 - in /httpd/httpd/branches/2.2.x: CHANGES STATUS modules/ssl/ssl_engine_io.c Message-ID: <20100301212816.GA10481@redhat.com> Mail-Followup-To: dev@httpd.apache.org References: <20100301013137.06A7E238899B@eris.apache.org> <20100301114944.GA3292@redhat.com> <20100301144944.GA4815@redhat.com> <4B8C2AA6.80208@rowe-clan.net> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline In-Reply-To: <4B8C2AA6.80208@rowe-clan.net> User-Agent: Mutt/1.5.20 (2009-08-17) Organization: Red Hat UK Ltd, Amberley Place, 107-111 Peascod Street, Windsor, Berkshire, SL4 1TE, United Kingdom. Registered in UK and Wales under Company Registration No. 03798903 Directors: Michael Cunningham (USA), Brendan Lane (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 Mon, Mar 01, 2010 at 02:59:18PM -0600, William Rowe wrote: > On 3/1/2010 8:49 AM, Joe Orton wrote: > > > > + /* Abort early if the client has initiated a renegotiation. */ > > + if (inctx->filter_ctx->config->reneg_state == RENEG_ABORT) { > > + inctx->rc = APR_ECONNABORTED; > > + return -1; > > + } > > + > > +1 Thanks guys, committed in r917726, sorry about the screwup. Regards, Joe