*) mod_proxy: Lower memory consumption for short lived connections.
PR 44026. [Ruediger Pluem]
- *) core: Lower memory consumption of ap_r* functions by reusing the brigade
- instead of recreating it during each filter pass.
- [Stefan Fritsch <sf sfritsch.de>]
-
- *) mod_proxy_ajp: Use 64K as maximum AJP packet size. This is the maximum
- length we can squeeze inside the AJP message packet.
- [Mladen Turk]
-
- *) core: Lower memory consumption in case that flush buckets are passed thru
- the chunk filter as last bucket of a brigade. PR 23567.
- [Stefan Fritsch <sf sfritsch.de>]
-
*) mod_proxy: Keep connections to the backend persistent in the HTTPS case.
[Ruediger Pluem]