]> granicus.if.org Git - apache/commitdiff
* modules/ssl/ssl_engine_io.c (bio_filter_out_flush): Revert the
authorJoe Orton <jorton@apache.org>
Wed, 15 Dec 2004 11:17:22 +0000 (11:17 +0000)
committerJoe Orton <jorton@apache.org>
Wed, 15 Dec 2004 11:17:22 +0000 (11:17 +0000)
passed-brigade-reuse "fix" which is currently unnecessary.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@111962 13f79535-47bb-0310-9956-ffa450edef68

modules/ssl/ssl_engine_io.c

index fc77d41b2e6870b73355fa7b1db9ec0da922eee1..63ee452ab79d3eb85bfbae1d09b21377d2827a48 100644 (file)
@@ -153,8 +153,6 @@ static int bio_filter_out_flush(BIO *bio)
 
     outctx->rc = ap_pass_brigade(outctx->filter_ctx->pOutputFilter->next,
                                  outctx->bb);
-    /* create new brigade ready for next time through */
-    outctx->bb = apr_brigade_create(outctx->c->pool, outctx->c->bucket_alloc);
     return (outctx->rc == APR_SUCCESS) ? 1 : -1;
 }