APACHE 2.0 STATUS: -*-text-*-
-Last modified at [$Date: 2004/03/30 17:38:07 $]
+Last modified at [$Date: 2004/03/30 20:49:07 $]
Release:
http://cvs.apache.org/viewcvs.cgi/httpd-2.0/support/logresolve.c?r1=1.22&r2=1.23
+1: trawick, stoddard, nd
- * core_output_filter: tag the deferred write_pool
- http://cvs.apache.org/viewcvs.cgi/httpd-2.0/server/core.c?r1=1.269&r2=1.270
- +1: trawick, stoddard, nd
-
* Don't include newlines in strings passed to ap_log_error.
http://cvs.apache.org/viewcvs.cgi/httpd-2.0/server/main.c?r1=1.155&r2=1.156
+1: trawick, geoff, nd
}
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);