]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
Add buffered I/O back into APR's file I/O on unix. This code comes from
authorRyan Bloom <rbb@apache.org>
Fri, 14 Apr 2000 23:36:12 +0000 (23:36 +0000)
committerRyan Bloom <rbb@apache.org>
Fri, 14 Apr 2000 23:36:12 +0000 (23:36 +0000)
the OS/2 code, and has been munged to make it compile.  This has not been
tested, but unbuffered I/O still works.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@84968 13f79535-47bb-0310-9956-ffa450edef68

STATUS

diff --git a/STATUS b/STATUS
index d383efedbaddf5267f9100fb246062ed3ec33f6b..640170cd46d69f011bf395556df68258fcb274e9 100644 (file)
--- a/STATUS
+++ b/STATUS
@@ -1,5 +1,5 @@
 Apache 2.0 STATUS:
-Last modified at [$Date: 2000/04/14 18:08:05 $]
+Last modified at [$Date: 2000/04/14 23:36:12 $]
 
 Release:
 
@@ -17,11 +17,6 @@ RELEASE SHOWSTOPPERS:
             module.  This should be override-able of course.
           Status: Jim Jagielski is looking into this.
 
-    * Put buffered file I/O back into APR.  This should be done using the
-      buffering logic from the OS/2 directory.  stdio FILE *'s should not be
-      used on Unix because of the limitations these impose on some platforms,
-      for example the 256 File * limit on Solaris.
-
     * Fix SAFEREAD.
        see <Pine.LNX.4.21.0004101511380.7822-100000@twinlark.arctic.org>