]> granicus.if.org Git - apache/commitdiff
Fix copy&paste error in comment.
authorRainer Jung <rjung@apache.org>
Tue, 31 Jan 2012 14:00:14 +0000 (14:00 +0000)
committerRainer Jung <rjung@apache.org>
Tue, 31 Jan 2012 14:00:14 +0000 (14:00 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1238545 13f79535-47bb-0310-9956-ffa450edef68

modules/filters/mod_reqtimeout.c

index 825fb079b4b424f79c47ad12d8e5e9c374bb0ee5..b8f6f085c31d9ecb0915242f79dffe97cbbf0fa8 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;