From: André Malo Date: Sat, 1 Nov 2003 15:54:15 +0000 (+0000) Subject: convinced. X-Git-Tag: 2.0.49~415 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4ae43e949ac82a881aef2a14681c8505b823d1ee;p=thirdparty%2Fapache%2Fhttpd.git convinced. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/APACHE_2_0_BRANCH@101645 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/STATUS b/STATUS index 8c99f374580..0291e8aac51 100644 --- a/STATUS +++ b/STATUS @@ -1,5 +1,5 @@ APACHE 2.0 STATUS: -*-text-*- -Last modified at [$Date: 2003/11/01 15:12:43 $] +Last modified at [$Date: 2003/11/01 15:54:15 $] Release: @@ -279,12 +279,12 @@ PATCHES TO BACKPORT FROM 2.1 * Tag the pools created for requests and subrequests. server/request.c r1.129 server/protocol.c r1.137 - +1: trawick, striker - 0: nd + +1: trawick, striker, nd nd: I'm not really sure, what is it good for. What is it good for? ;-) trawick: It is a minor debug aid. If you're debugging/tracing some apr operation or other utility routine, it is nice to display/trace the pool tag and know whether or not it is the [sub-]request pool. + nd: ok, convinced. * mod_status: Report total CPU time accurately when using a threaded MPM. PR: 23795