Submitted by: Christophe Jaillet <christophe.jaillet wanadoo.fr>
Reviewed by: trawick
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@344491
13f79535-47bb-0310-9956-
ffa450edef68
Changes with Apache 2.3.0
[Remove entries to the current 2.0 and 2.2 section below, when backported]
+ *) Fix typo in ProxyStatus syntax error message.
+ [Christophe Jaillet <christophe.jaillet wanadoo.fr>]
+
*) Asynchronous write completion for the Event MPM. [Brian Pane]
*) Added an End-Of-Request bucket type. The logging of a request and
psf->proxy_status = status_full;
else {
return "ProxyStatus must be one of: "
- "off | on | block";
+ "off | on | full";
}
psf->proxy_status_set = 1;