fielding 98/07/21 21:00:47
Modified: . STATUS
Log:
Remember what I just wasted a couple hours verifying.
Revision Changes Path
1.447 +5 -0 apache-1.3/STATUS
Index: STATUS
===================================================================
RCS file: /home/cvs/apache-1.3/STATUS,v
retrieving revision 1.446
retrieving revision 1.447
diff -u -r1.446 -r1.447
--- STATUS 1998/07/21 15:39:39 1.446
+++ STATUS 1998/07/22 04:00:46 1.447
@@ -156,6 +156,11 @@
* proxy_*_canon routines use r->proxyreq incorrectly. See
<[EMAIL PROTECTED]>
+ * Use of ptrans in http_main is inconsistent: it is a static global
+ that is sometimes used as a temporary pool, sometimes as a
+ per-connection pool, and overshadowed in child_sub_main() for a
+ per-thread pool. That sucks.
+
Open issues:
* How should an Apache binary release tarball look?