Skip to content

Commit

Permalink
slight clarification, depends on r->status
Browse files Browse the repository at this point in the history
[skip ci]


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1911255 13f79535-47bb-0310-9956-ffa450edef68
  • Loading branch information
covener committed Jul 24, 2023
1 parent 1d572ae commit 6c3c444
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/http/http_filters.c
Original file line number Diff line number Diff line change
Expand Up @@ -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)) {
/* 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)
"Requested content-length of %" APR_OFF_T_FMT
Expand Down

0 comments on commit 6c3c444

Please sign in to comment.