brigade for sending output after passing on the current one.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk/modules/ssl@103967
13f79535-47bb-0310-9956-
ffa450edef68
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;
}