diff options
author | William A. Rowe Jr <wrowe@apache.org> | 2005-10-07 06:42:29 +0000 |
---|---|---|
committer | William A. Rowe Jr <wrowe@apache.org> | 2005-10-07 06:42:29 +0000 |
commit | 879e935204dd87f61e0952488d12f106bf7f2bdd (patch) | |
tree | a8904d7222c73086c8eb23122a02c363ea864e7b /CHANGES | |
parent | f3a704a9ff1668b8e84c42fbfd7dd2641dec2c82 (diff) | |
download | httpd-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-- | CHANGES | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -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>] |