git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@821526
13f79535-47bb-0310-9956-
ffa450edef68
conn_rec *c = f->c;
core_net_rec *net = f->ctx;
core_output_filter_ctx_t *ctx = net->out_ctx;
- apr_bucket_brigade *bb;
+ apr_bucket_brigade *bb = NULL;
apr_bucket *bucket, *next;
apr_size_t bytes_in_brigade, non_file_bytes_in_brigade;
apr_status_t rv;
}
bb = new_bb;
}
-
+
if ((ctx->buffered_bb != NULL) &&
!APR_BRIGADE_EMPTY(ctx->buffered_bb)) {
if (new_bb != NULL) {