PATCHES ACCEPTED TO BACKPORT FROM TRUNK:
[ start all new proposals below, under PATCHES PROPOSED. ]
+ * mod_proxy_http: Do not close the connection to the client if the reading
+ of a response from the backend failed due to a timeout.
+ [Adam Woodworth <mirkperl gmail.com>]
+ Trunk version of patch:
+ http://svn.apache.org/viewvc?rev=697362&view=rev
+ Backport version for 2.2.x of patch:
+ Trunk version of patch works
+ +1: rpluem, jim, covener
PATCHES PROPOSED TO BACKPORT FROM TRUNK:
[ New proposals should be added at the end of the list ]
-1: rpluem: jorton found some problems with the trunk version and they
should be fixed / discussed in trunk before we backport.
- * mod_proxy_http: Do not close the connection to the client if the reading
- of a response from the backend failed due to a timeout.
- [Adam Woodworth <mirkperl gmail.com>]
- Trunk version of patch:
- http://svn.apache.org/viewvc?rev=697362&view=rev
- Backport version for 2.2.x of patch:
- Trunk version of patch works
- +1: rpluem, jim
-
* mod_proxy: Allow for the smax param to be 0, so that all connections
are available to be dropped, should they be idle long enough.
PR 43371