so make sure that it doesn't get left lying around. This tickled
a bug with mod_deflate and resulted in a bucket being compressed
more than once.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@93610
13f79535-47bb-0310-9956-
ffa450edef68
* pass the whole bundle down the chain.
*/
APR_BRIGADE_CONCAT(ctx->bb, bb);
+ bb = ctx->bb;
+ ctx->bb = NULL;
}
- return ap_pass_brigade(f->next, ctx->bb);
+ return ap_pass_brigade(f->next, bb);
}
static apr_status_t buffer_output(request_rec *r,