1
0
mirror of https://github.com/apache/httpd.git synced 2025-08-08 15:02:10 +03:00

128 is enough for CPING/CPONG messages.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@467259 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Mladen Turk
2006-10-24 07:01:44 +00:00
parent 247365582c
commit 812fe32592

View 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");