git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@307032
13f79535-47bb-0310-9956-
ffa450edef68
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>]