]> granicus.if.org Git - apache/commitdiff
* server/core.c (core_output_filter): Tag the deferred_write pool.
authorJoe Orton <jorton@apache.org>
Thu, 25 Mar 2004 14:27:27 +0000 (14:27 +0000)
committerJoe Orton <jorton@apache.org>
Thu, 25 Mar 2004 14:27:27 +0000 (14:27 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@103153 13f79535-47bb-0310-9956-ffa450edef68

server/core.c

index 0ed8ba9d548c1edf71d61012a2d4713b1710cc00..1148a388998e567d16d840ab09504e37dfad5456 100644 (file)
@@ -4091,6 +4091,7 @@ static apr_status_t core_output_filter(ap_filter_t *f, apr_bucket_brigade *b)
             }
             if (!ctx->deferred_write_pool) {
                 apr_pool_create(&ctx->deferred_write_pool, c->pool);
+                apr_pool_tag(ctx->deferred_write_pool, "deferred_write");
             }
             ap_save_brigade(f, &ctx->b, &b, ctx->deferred_write_pool);