On Mon, Mar 01, 2010 at 01:31:36AM -0000, Graham Leggett wrote:
> --- httpd/httpd/branches/2.2.x/modules/ssl/ssl_engine_io.c (original)
> +++ httpd/httpd/branches/2.2.x/modules/ssl/ssl_engine_io.c Mon Mar  1 
> 01:31:36 2010
> @@ -465,7 +465,6 @@
>      apr_size_t inl = inlen;
>      bio_filter_in_ctx_t *inctx = (bio_filter_in_ctx_t *)(bio->ptr);
>      apr_read_type_e block = inctx->block;
> -    SSLConnRec *sslconn = myConnConfig(inctx->f->c);
>  
>      inctx->rc = APR_SUCCESS;
>  
> @@ -473,23 +472,19 @@
>      if (!in)
>          return 0;
>  
> -    /* Abort early if the client has initiated a renegotiation. */
> -    if (inctx->filter_ctx->config->reneg_state == RENEG_ABORT) {
> -        inctx->rc = APR_ECONNABORTED;
> -        return -1;
> -    }

I mis-merged that backport, it shouldn't have removed that chunk :(

Reply via email to