From: Vladimir Homutov Date: Wed, 21 Nov 2018 10:40:36 +0000 (+0300) Subject: Upstream: removed unused ngx_http_upstream_t.timeout field. X-Git-Tag: release-1.15.7~7 X-Git-Url: http://www.kaiwu.me/postgresql/commit/?a=commitdiff_plain;h=0f669b23a84785cdb1891b73d3ecb03a3174ea04;p=nginx.git Upstream: removed unused ngx_http_upstream_t.timeout field. --- 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;