You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by wr...@apache.org on 2005/10/07 08:42:31 UTC

svn commit: r307032 - /httpd/httpd/trunk/CHANGES

Author: wrowe
Date: Thu Oct  6 23:42:29 2005
New Revision: 307032

URL: http://svn.apache.org/viewcvs?rev=307032&view=rev
Log:

  Sync CHANGES, note the NET_TIME patch

Modified:
    httpd/httpd/trunk/CHANGES

Modified: httpd/httpd/trunk/CHANGES
URL: http://svn.apache.org/viewcvs/httpd/httpd/trunk/CHANGES?rev=307032&r1=307031&r2=307032&view=diff
==============================================================================
--- httpd/httpd/trunk/CHANGES [utf-8] (original)
+++ httpd/httpd/trunk/CHANGES [utf-8] Thu Oct  6 23:42:29 2005
@@ -24,6 +24,12 @@
 
 Changes with Apache 2.1.9
 
+  *) Elimiated the NET_TIME filter, restructuring the timeout logic.
+     This provides a working mod_echo on all platforms, and ensures any
+     custom protocol module is at least given an initial timeout value
+     based on the <VirtualHost > context's Timeout directive.
+     [William Rowe]
+
   *) mod_proxy: Run the request_status hook also if there are no free workers
      or all workers are in error state.
      [Ruediger Pluem, Brian Akins <brian.akins turner.com>]