svn commit: r1934658 - httpd/httpd/trunk/modules/proxy
| Newsgroups | gmane.comp.apache.cvs |
|---|---|
| Message-ID | <177982772360.3793038.17038338059943269070@svn03-he-fi> |
Author: jailletc36
Date: Tue May 26 20:35:23 2026
New Revision: 1934658
Log:
Follow-up to r1932498.
The error message also has to be updated.
Modified:
httpd/httpd/trunk/modules/proxy/ajp_msg.c
Modified: httpd/httpd/trunk/modules/proxy/ajp_msg.c
==============================================================================
--- httpd/httpd/trunk/modules/proxy/ajp_msg.c Tue May 26 19:59:52 2026 (r1934657)
+++ httpd/httpd/trunk/modules/proxy/ajp_msg.c Tue May 26 20:35:23 2026 (r1934658)
@@ -591,7 +591,7 @@ apr_status_t ajp_msg_copy(ajp_msg_t *sms
ap_log_error(APLOG_MARK, APLOG_ERR, 0, NULL, APLOGNO(01082)
"ajp_msg_copy(): destination buffer too "
"small %" APR_SIZE_T_FMT ", max size is %" APR_SIZE_T_FMT,
- smsg->len, smsg->max_size);
+ smsg->len, dmsg->max_size);
return AJP_ETOSMALL;
}