mirror of
https://git.freebsd.org/ports.git
synced 2025-04-28 09:36:41 -04:00
14 lines
480 B
C
14 lines
480 B
C
--- src/http/ngx_http_upstream_round_robin.h.orig 2016-10-11 11:03:02.000000000 -0400
|
|
+++ src/http/ngx_http_upstream_round_robin.h 2016-10-11 19:56:33.262307000 -0400
|
|
@@ -35,6 +35,11 @@
|
|
|
|
ngx_uint_t max_fails;
|
|
time_t fail_timeout;
|
|
+
|
|
+#if (NGX_HTTP_UPSTREAM_CHECK)
|
|
+ ngx_uint_t check_index;
|
|
+#endif
|
|
+
|
|
ngx_msec_t slow_start;
|
|
ngx_msec_t start_time;
|
|
|