summaryrefslogtreecommitdiff
path: root/include/httpd.h
diff options
context:
space:
mode:
authorJim Jagielski <jim@apache.org>2017-06-21 10:54:44 +0000
committerJim Jagielski <jim@apache.org>2017-06-21 10:54:44 +0000
commiteb03bf18ef9cb590f7afdda9e6a03b610f00a970 (patch)
treefd30032c438e88bfb1871ba30dced7aeae5619df /include/httpd.h
parente0852fd12e2ac4afc7540eb78840c4a11cfa2e29 (diff)
downloadhttpd-eb03bf18ef9cb590f7afdda9e6a03b610f00a970.tar.gz
Make case insensitive
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1799425 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'include/httpd.h')
-rw-r--r--include/httpd.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/httpd.h b/include/httpd.h
index 1a23333959..4e42f8b347 100644
--- a/include/httpd.h
+++ b/include/httpd.h
@@ -2152,7 +2152,7 @@ AP_DECLARE(char *) ap_append_pid(apr_pool_t *p, const char *string,
/**
* Parse a given timeout parameter string into an apr_interval_time_t value.
* The unit of the time interval is given as postfix string to the numeric
- * string. Currently the following units are understood:
+ * string. Currently the following units are understood (case insensitive):
*
* ms : milliseconds
* s : seconds