]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
We are a LONG way from having stable code...
authorBill Stoddard <stoddard@apache.org>
Tue, 15 Aug 2000 14:57:21 +0000 (14:57 +0000)
committerBill Stoddard <stoddard@apache.org>
Tue, 15 Aug 2000 14:57:21 +0000 (14:57 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@86081 13f79535-47bb-0310-9956-ffa450edef68

STATUS

diff --git a/STATUS b/STATUS
index f9540a314de27376fbb0ff3b6f07b32c8b6c8475..d17442d99153c5d5ac6a16f01d0e5439cb685f62 100644 (file)
--- a/STATUS
+++ b/STATUS
@@ -1,5 +1,5 @@
 Apache 2.0 STATUS:
-Last modified at [$Date: 2000/08/12 18:56:43 $]
+Last modified at [$Date: 2000/08/15 14:57:21 $]
 
 Release:
 
@@ -11,6 +11,13 @@ Release:
     2.0a1   : released March 10, 2000
 
 RELEASE SHOWSTOPPERS:
+    * Need to reintroduce the notion of MMAP_SEGMENT_SIZE which was
+      lost with the creation of ap_bucket_mmap_create. Apache's
+      timeout model is a timeout per-write. If we try to mmap
+      an entire file and send it to a slow client, the write
+      will timeout before the send is complete. Ditto for sendfile
+      support.
+
     * All of the bucket types must be implemented.  The list can be found
       in src/include/ap_buckets.h