You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by Bill Stoddard <st...@locus.apache.org> on 2000/07/06 17:27:52 UTC

cvs commit: apache-2.0/src CHANGES

stoddard    00/07/06 08:27:52

  Modified:    src      CHANGES
  Log:
  Ooops, forgot this one. Apologies for the seperate cvs message...
  
  Revision  Changes    Path
  1.169     +7 -0      apache-2.0/src/CHANGES
  
  Index: CHANGES
  ===================================================================
  RCS file: /home/cvs/apache-2.0/src/CHANGES,v
  retrieving revision 1.168
  retrieving revision 1.169
  diff -u -r1.168 -r1.169
  --- CHANGES	2000/07/06 15:13:21	1.168
  +++ CHANGES	2000/07/06 15:27:51	1.169
  @@ -1,4 +1,11 @@
   Changes with Apache 2.0a5
  +  *) WinNT: Implement non-blocking pipes with timeouts to communicate
  +     with CGIs. Apache 2.0a4 had non-blocking pipes but without 
  +     timeouts (i.e, if a timeout was specified, the pipe reverted to
  +     a full blocking pipe). Now the behaviour is more in line with
  +     Unix non-blocking pipes.
  +     [Bill Stoddard]
  +
     *) WinNT: Implement accept socket reuse. Using mod_file_cache to
        cache open file handles along with accept socket reuse enables
        Apache 2.0 to serve non-keepalive requests for static files at