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;
> > + }
> > +
>
> +1Thanks guys, committed in r917726, sorry about the screwup. Regards, Joe
