]> granicus.if.org Git - apache/commitdiff
128 is enough for CPING/CPONG messages.
authorMladen Turk <mturk@apache.org>
Tue, 24 Oct 2006 07:01:44 +0000 (07:01 +0000)
committerMladen Turk <mturk@apache.org>
Tue, 24 Oct 2006 07:01:44 +0000 (07:01 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@467259 13f79535-47bb-0310-9956-ffa450edef68

modules/proxy/ajp_utils.c

index 5a0e877269011c916a5b7bbfdb0f3259c68b7903..e2c6f3c86e5e5960c71e3a4e475d1b5aefd45964 100644 (file)
@@ -31,7 +31,7 @@ apr_status_t ajp_handle_cping_cpong(apr_socket_t *sock,
     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, 128, &msg);
     if (rc != APR_SUCCESS) {
         ap_log_error(APLOG_MARK, APLOG_ERR, 0, r->server,
                "ajp_handle_cping_cpong: ajp_msg_create failed");