Commit d22dbe73 authored by Justin Erenkrantz's avatar Justin Erenkrantz
Browse files

This should have remained cleanup not a re-creation.


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@95418 13f79535-47bb-0310-9956-ffa450edef68
parent bdb13083
Loading
Loading
Loading
Loading
+1 −1
Changes for modules/http/http_protocol.c: 1 added line, 1 removed line.
Original line number Diff line number Diff line
@@ -877,7 +877,7 @@ apr_status_t ap_http_filter(ap_filter_t *f, apr_bucket_brigade *b,
            ctx->remaining = get_chunk_size(line);
            /* Detect chunksize error (such as overflow) */
            if (ctx->remaining < 0) {
                bb = apr_brigade_create(f->c->pool, f->c->bucket_alloc);
                apr_brigade_cleanup(bb);
                e = ap_bucket_error_create(HTTP_REQUEST_ENTITY_TOO_LARGE, NULL,
                                           f->r->pool,
                                           f->c->bucket_alloc);