From 2f2467182888fba24add1759136d18c34c7d4e0e Mon Sep 17 00:00:00 2001 From: Rainer Jung Date: Tue, 31 Jan 2012 14:00:14 +0000 Subject: [PATCH] Fix copy&paste error in comment. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1238545 13f79535-47bb-0310-9956-ffa450edef68 --- modules/filters/mod_reqtimeout.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/filters/mod_reqtimeout.c b/modules/filters/mod_reqtimeout.c index 825fb079b4..b8f6f085c3 100644 --- a/modules/filters/mod_reqtimeout.c +++ b/modules/filters/mod_reqtimeout.c @@ -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; -- 2.40.0