Author: jfrederic.clere(a)jboss.com
Date: 2008-07-24 10:02:46 -0400 (Thu, 24 Jul 2008)
New Revision: 1764
Modified:
trunk/build/patch/httpd-2.2.8.rhel.patch
Log:
Add missing patch (r615931 in ASF).
Modified: trunk/build/patch/httpd-2.2.8.rhel.patch
===================================================================
--- trunk/build/patch/httpd-2.2.8.rhel.patch 2008-07-24 13:24:17 UTC (rev 1763)
+++ trunk/build/patch/httpd-2.2.8.rhel.patch 2008-07-24 14:02:46 UTC (rev 1764)
@@ -46,3 +46,24 @@
status = ajp_handle_cping_cpong(backend->sock, r,
worker->ping_timeout);
if (status != APR_SUCCESS) {
+--- modules/proxy/ajp.h (original)
++++ modules/proxy/ajp.h Mon Jan 28 08:20:44 2008
+@@ -147,6 +147,7 @@
+ #define AJP_MSG_BUFFER_SZ 8192
+ #define AJP_MAX_BUFFER_SZ 65536
+ #define AJP13_MAX_SEND_BODY_SZ (AJP_MAX_BUFFER_SZ - AJP_HEADER_SZ)
++#define AJP_PING_PONG_SZ 128
+
+ /** Send a request from web server to container*/
+ #define CMD_AJP13_FORWARD_REQUEST (unsigned char)2
+--- modules/proxy/ajp_utils.c (original)
++++ modules/proxy/ajp_utils.c Mon Jan 28 08:20:44 2008
+@@ -31,7 +31,7 @@
+ ap_log_error(APLOG_MARK, APLOG_DEBUG, 0, r->server,
+ "Into ajp_handle_cping_cpong");
+
+- rc = ajp_msg_create(r->pool, AJP_HEADER_SZ_LEN+1, &msg);
++ rc = ajp_msg_create(r->pool, AJP_PING_PONG_SZ, &msg);
+ if (rc != APR_SUCCESS) {
+ ap_log_error(APLOG_MARK, APLOG_ERR, 0, r->server,
+ "ajp_handle_cping_cpong: ajp_msg_create failed");
Show replies by date