summaryrefslogtreecommitdiff
path: root/CHANGES
diff options
context:
space:
mode:
authorWilliam A. Rowe Jr <wrowe@apache.org>2005-10-07 06:42:29 +0000
committerWilliam A. Rowe Jr <wrowe@apache.org>2005-10-07 06:42:29 +0000
commit879e935204dd87f61e0952488d12f106bf7f2bdd (patch)
treea8904d7222c73086c8eb23122a02c363ea864e7b /CHANGES
parentf3a704a9ff1668b8e84c42fbfd7dd2641dec2c82 (diff)
downloadhttpd-879e935204dd87f61e0952488d12f106bf7f2bdd.tar.gz
Sync CHANGES, note the NET_TIME patch
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@307032 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES6
1 files changed, 6 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index ab40672158..457a4fb06b 100644
--- 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>]