number is received from the application.
PR: 56110
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@
1564756 13f79535-47bb-0310-9956-
ffa450edef68
-*- coding: utf-8 -*-
Changes with Apache 2.5.0
+ *) mod_proxy_fcgi: Fix error message when an unexpected protocol version
+ number is received from the application. PR 56110. [Jeff Trawick]
+
*) mod_remoteip: Use the correct IP addresses to populate the proxy_ips field.
PR 55972. [Mike Rumph]
if (version != AP_FCGI_VERSION_1) {
ap_log_rerror(APLOG_MARK, APLOG_ERR, 0, r, APLOGNO(01068)
- "Got bogus version %d", (int) header.version);
+ "Got bogus version %d", (int)version);
rv = APR_EINVAL;
break;
}