summaryrefslogtreecommitdiffstats
path: root/modules/proxy
diff options
context:
space:
mode:
authorJim Jagielski <jim@apache.org>2018-08-24 21:45:01 +0200
committerJim Jagielski <jim@apache.org>2018-08-24 21:45:01 +0200
commit52412c8900ee473281942ed37bc4a7849ecc2a7a (patch)
treeada20590453531aeb1faae9a824e1ee060921b6e /modules/proxy
parentFix an example (/foo vs /foo/bar) (diff)
downloadapache2-52412c8900ee473281942ed37bc4a7849ecc2a7a.tar.xz
apache2-52412c8900ee473281942ed37bc4a7849ecc2a7a.zip
update field comment
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1838939 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'modules/proxy')
-rw-r--r--modules/proxy/mod_proxy.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/proxy/mod_proxy.h b/modules/proxy/mod_proxy.h
index f14f9e5670..67ee2074bc 100644
--- a/modules/proxy/mod_proxy.h
+++ b/modules/proxy/mod_proxy.h
@@ -424,7 +424,7 @@ typedef struct {
flush_auto
} flush_packets; /* control AJP flushing */
hcmethod_t method; /* method to use for health check */
- apr_time_t updated; /* timestamp of last update */
+ apr_time_t updated; /* timestamp of last update for dynamic workers, or queue-time of HC workers */
apr_time_t error_time; /* time of the last error */
apr_interval_time_t ttl; /* maximum amount of time in seconds a connection
* may be available while exceeding the soft limit */