PATCHES ACCEPTED TO BACKPORT FROM TRUNK:
[ start all new proposals below, under PATCHES PROPOSED. ]
+ *) mod_proxy_hcheck: Add missing copy of hcuri and hcexpr ftom the worker to
+ the health check worker.
+ Trunk version of patch:
+ http://svn.apache.org/r1757662
+ Backport version for 2.4.x of patch:
+ Trunk version of patch works
+ CHANGES in http://svn.apache.org/r1757663
+ +1: rpluem, jim, covener
PATCHES PROPOSED TO BACKPORT FROM TRUNK:
[ New proposals should be added at the end of the list ]
http://home.apache.org/~ylavic/patches/httpd-2.4.x-r1750392.patch
+1: ylavic
- *) mod_proxy_hcheck: Add missing copy of hcuri and hcexpr ftom the worker to
- the health check worker.
- Trunk version of patch:
- http://svn.apache.org/r1757662
- Backport version for 2.4.x of patch:
- Trunk version of patch works
- CHANGES in http://svn.apache.org/r1757663
- +1: rpluem, jim
-
* mod_cgid: Wrong CGI process killed when a small CGI response is followed
by another CGI request, because of min bytes to write in core output filter
delaying the pool cleanup. Likely fixes PR57771 too.