]> granicus.if.org Git - apache/commitdiff
It would be a beautiful day to go outside, but I have to work. :-(
authorRyan Bloom <rbb@apache.org>
Fri, 16 Feb 2001 17:48:03 +0000 (17:48 +0000)
committerRyan Bloom <rbb@apache.org>
Fri, 16 Feb 2001 17:48:03 +0000 (17:48 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@88197 13f79535-47bb-0310-9956-ffa450edef68

STATUS

diff --git a/STATUS b/STATUS
index 3e1bf7a64152b69c5b887d13917c68339c2d10bf..188ded73365ccc9fb5c7c30333ecdad4aee4a003 100644 (file)
--- a/STATUS
+++ b/STATUS
@@ -1,5 +1,5 @@
 APACHE 2.0 STATUS:                                             -*-text-*-
-Last modified at [$Date: 2001/02/16 06:09:04 $]
+Last modified at [$Date: 2001/02/16 17:48:03 $]
 
 Release:
 
@@ -98,6 +98,13 @@ RELEASE SHOWSTOPPERS:
 
 RELEASE NON-SHOWSTOPPERS BUT WOULD BE REAL NICE TO WRAP THESE UP:
 
+    * mod_include doesn't stream data when there are no SSI tags in
+      a file.  If the OS doesn't have MMAP, this means that the entire
+      file is read into memory before we send it down the filter
+      stack.  The includes_filter should only ever parse about 9K of
+      data at one time, so that we always look like we are streaming
+      the data.
+
     * All of our MPMs should use APR for threads/processes.  This 
       will allow us to error out if a threaded MPM is chosen on a
       platform that doesn't support threads.