]> granicus.if.org Git - apache/commitdiff
Sync CHANGES, note the NET_TIME patch
authorWilliam A. Rowe Jr <wrowe@apache.org>
Fri, 7 Oct 2005 06:42:29 +0000 (06:42 +0000)
committerWilliam A. Rowe Jr <wrowe@apache.org>
Fri, 7 Oct 2005 06:42:29 +0000 (06:42 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@307032 13f79535-47bb-0310-9956-ffa450edef68

CHANGES

diff --git a/CHANGES b/CHANGES
index ab406721586e1887e13c8bc941d15ed1f838f11b..457a4fb06be8bbe32df96a38cf000f054b077fab 100644 (file)
--- a/CHANGES
+++ b/CHANGES
@@ -24,6 +24,12 @@ Changes with Apache 2.3.0
 
 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>]