You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by ji...@apache.org on 2018/08/24 19:45:02 UTC

svn commit: r1838939 - /httpd/httpd/trunk/modules/proxy/mod_proxy.h

Author: jim
Date: Fri Aug 24 19:45:01 2018
New Revision: 1838939

URL: http://svn.apache.org/viewvc?rev=1838939&view=rev
Log:
update field comment

Modified:
    httpd/httpd/trunk/modules/proxy/mod_proxy.h

Modified: httpd/httpd/trunk/modules/proxy/mod_proxy.h
URL: http://svn.apache.org/viewvc/httpd/httpd/trunk/modules/proxy/mod_proxy.h?rev=1838939&r1=1838938&r2=1838939&view=diff
==============================================================================
--- httpd/httpd/trunk/modules/proxy/mod_proxy.h (original)
+++ httpd/httpd/trunk/modules/proxy/mod_proxy.h Fri Aug 24 19:45:01 2018
@@ -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 */