* Fix PR38340 by actual getting the word and thus advancing the message buffer
pointer to the next data.
Submitted by: Aleksey Pesternikov <apesternikov yahoo.com>
Reviewed by: Ruediger Pluem
Submitted by: rpluem
Reviewed by: jim
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@390183
13f79535-47bb-0310-9956-
ffa450edef68
-*- coding: utf-8 -*-
Changes with Apache 2.2.1
+ *) mod_proxy_ajp: Support common headers of the AJP protocol in responses.
+ PR 38340. [Aleksey Pesternikov <apesternikov yahoo.com>, Ruediger Pluem]
+
*) mod_proxy_balancer: Do not overwrite the status of initialized workers and
respect the configured status of uninitilized workers when creating a new
child process. [Ruediger Pluem]
-0: niq: Please explain why return value of ap_pass_brigade is
put into a variable and immediately discarded.
- * mod_proxy_ajp: Fix PR38340 (mod_proxy_ajp does not support common
- headers (0xA0??))
- Trunk version of patch:
- http://svn.apache.org/viewcvs.cgi?rev=371013&view=rev
- Backport version for 2.2.x of patch:
- Trunk version of patch works
- +1: rpluem, wrowe, jerenkrantz
-
* core: Fix PR38123 (Invalid Expect header not immediately rejected)
Trunk version of patch:
http://svn.apache.org/viewcvs.cgi?rev=370172&view=rev
}
if ((name & 0XFF00) == 0XA000) {
- ajp_msg_peek_uint16(msg, &name);
+ ajp_msg_get_uint16(msg, &name);
stringname = long_res_header_for_sc(name);
if (stringname == NULL) {
ap_log_error(APLOG_MARK, APLOG_ERR, 0, r->server,