From: William A. Rowe Jr Date: Fri, 7 Oct 2005 06:42:29 +0000 (+0000) Subject: Sync CHANGES, note the NET_TIME patch X-Git-Tag: 2.3.0~2898 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=879e935204dd87f61e0952488d12f106bf7f2bdd;p=apache 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 --- 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 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 ]