]> granicus.if.org Git - apache/commitdiff
Fix copy&paste error in comment.
authorRainer Jung <rjung@apache.org>
Tue, 31 Jan 2012 14:02:01 +0000 (14:02 +0000)
committerRainer Jung <rjung@apache.org>
Tue, 31 Jan 2012 14:02:01 +0000 (14:02 +0000)
Backport of r1238545 from trunk.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1238550 13f79535-47bb-0310-9956-ffa450edef68

modules/filters/mod_reqtimeout.c

index e71a3251af82324184ff864ec1d63b1c89c9671d..3250efcadece1a6d141745f0ae84b653ace6e7b9 100644 (file)
@@ -44,7 +44,7 @@ typedef struct
     apr_time_t header_rate_factor;
     int body_timeout;       /* timeout for reading the req body in secs */
     int body_max_timeout;   /* max timeout for req body in secs */
-    int body_min_rate;      /* timeout for reading the req body in secs */
+    int body_min_rate;      /* min rate for reading req body in bytes/s */
     apr_time_t body_rate_factor;
 } reqtimeout_srv_cfg;