]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
slight clarification, depends on r->status
authorEric Covener <covener@apache.org>
Mon, 24 Jul 2023 20:09:43 +0000 (20:09 +0000)
committerEric Covener <covener@apache.org>
Mon, 24 Jul 2023 20:09:43 +0000 (20:09 +0000)
[skip ci]

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1911255 13f79535-47bb-0310-9956-ffa450edef68

modules/http/http_filters.c

index b039fc352b7e21c129f6d55af98d7fe366f79992..737244d6038234f6174c0db45dea4eeb43ab0655 100644 (file)
@@ -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