From 0f669b23a84785cdb1891b73d3ecb03a3174ea04 Mon Sep 17 00:00:00 2001 From: Vladimir Homutov Date: Wed, 21 Nov 2018 13:40:36 +0300 Subject: [PATCH] Upstream: removed unused ngx_http_upstream_t.timeout field. --- src/http/ngx_http_upstream.h | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/http/ngx_http_upstream.h b/src/http/ngx_http_upstream.h index cd21719fe..f875b7485 100644 --- a/src/http/ngx_http_upstream.h +++ b/src/http/ngx_http_upstream.h @@ -365,8 +365,6 @@ struct ngx_http_upstream_s { ngx_int_t (*rewrite_cookie)(ngx_http_request_t *r, ngx_table_elt_t *h); - ngx_msec_t timeout; - ngx_http_upstream_state_t *state; ngx_str_t method;