-*- coding: utf-8 -*-
Changes with Apache 2.5.0
+ *) mod_proxy_http: Don't establish or reuse a backend connection before pre-
+ fetching the request body, so to minimize the delay between it is supposed
+ to be alive and the first bytes sent: this is a best effort to prevent the
+ backend from closing because of idle or keepalive timeout in the meantime.
+ Also, handle a new "proxy-flushall" environment variable which allows to
+ flush any forwarded body data immediately. PR 56541+37920. [Yann Ylavic]
+
*) core: Define and UnDefine are no longer permitted in
directory context. Previously they would always be evaulated
as the configuration was read without regard for the directory