fielding 02/04/12 17:50:20
Modified: . STATUS
Log:
Too many incomplete changes to the code base.
Revision Changes Path
1.592 +6 -1 httpd-2.0/STATUS
Index: STATUS
===================================================================
RCS file: /home/cvs/httpd-2.0/STATUS,v
retrieving revision 1.591
retrieving revision 1.592
diff -u -r1.591 -r1.592
--- STATUS 12 Apr 2002 23:12:26 -0000 1.591
+++ STATUS 13 Apr 2002 00:50:20 -0000 1.592
@@ -1,5 +1,5 @@
APACHE 2.0 STATUS: -*-text-*-
-Last modified at [$Date: 2002/04/12 23:12:26 $]
+Last modified at [$Date: 2002/04/13 00:50:20 $]
Release:
@@ -52,6 +52,8 @@
* Daedalus segfaults with 2.0.35
Greg and Cliff are working on this.
+ * HTTP chunk reads fail to read the trailers.
+
CURRENT VOTES:
* Should we always build [support*] binaries statically unless otherwise
@@ -745,6 +747,9 @@
Status:
Other bugs that need fixing:
+
+ * ap_discard_request should be converted to use the bucket API
+ directly rather than waste cycles copying buffers with the old API.
* MaxRequestsPerChild measures connections, not requests.
Until someone has a better way, we'll probably just rename it
|