mirror of
https://github.com/apache/httpd.git
synced 2025-08-10 02:56:11 +00:00
slight clarification, depends on r->status
[skip ci] git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1911255 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
@ -1562,7 +1562,7 @@ AP_DECLARE(int) ap_setup_client_block(request_rec *r, int read_policy)
|
|||||||
|
|
||||||
if (limit_req_body > 0 && (r->remaining > limit_req_body)) {
|
if (limit_req_body > 0 && (r->remaining > limit_req_body)) {
|
||||||
/* 01588 msg in HTTP_IN filter will be skipped for a connection-dropping status,
|
/* 01588 msg in HTTP_IN filter will be skipped for a connection-dropping status,
|
||||||
* so log a similar message here.
|
* in r->status, so log a similar message here.
|
||||||
*/
|
*/
|
||||||
ap_log_rerror(APLOG_MARK, APLOG_INFO, 0, r, APLOGNO(10483)
|
ap_log_rerror(APLOG_MARK, APLOG_INFO, 0, r, APLOGNO(10483)
|
||||||
"Requested content-length of %" APR_OFF_T_FMT
|
"Requested content-length of %" APR_OFF_T_FMT
|
||||||
|
Reference in New Issue
Block a user