You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by st...@apache.org on 2002/11/11 21:11:08 UTC

cvs commit: httpd-2.0 STATUS

stoddard    2002/11/11 12:11:08

  Modified:    .        STATUS
  Log:
  Actually this is working correctly as best I can tell.
  
  Revision  Changes    Path
  1.745     +1 -4      httpd-2.0/STATUS
  
  Index: STATUS
  ===================================================================
  RCS file: /home/cvs/httpd-2.0/STATUS,v
  retrieving revision 1.744
  retrieving revision 1.745
  diff -u -r1.744 -r1.745
  --- STATUS	8 Nov 2002 22:42:18 -0000	1.744
  +++ STATUS	11 Nov 2002 20:11:08 -0000	1.745
  @@ -520,9 +520,6 @@
       * Enable mod_cache/mod_mem_cache/mod_disk_cache to handle
         multiviews
   
  -    * mod_mem_cache fd caching is broken on Unix. The cached fd cannot
  -      be used across multiple threads except for use on sendfile().
  -
       * mod_mem_cache/mod_disk_cache: Complete implementing config
         directives (mod_disk_cache: CacheExpiryCheck and GC directives
         including CacheGc*, CacheSize, and, CacheTimeMargin)