diff options
author | Vladimir Homutov <vl@nginx.com> | 2018-11-21 13:40:36 +0300 |
---|---|---|
committer | Vladimir Homutov <vl@nginx.com> | 2018-11-21 13:40:36 +0300 |
commit | 0f669b23a84785cdb1891b73d3ecb03a3174ea04 (patch) | |
tree | 26ee46d17d2d6daba380831b97a7b6d24159413f /src | |
parent | 6c3838f9ed45f5c2aa6a971a0da3cb6ffe45b61e (diff) | |
download | nginx-0f669b23a84785cdb1891b73d3ecb03a3174ea04.tar.gz nginx-0f669b23a84785cdb1891b73d3ecb03a3174ea04.zip |
Upstream: removed unused ngx_http_upstream_t.timeout field.
Diffstat (limited to 'src')
-rw-r--r-- | src/http/ngx_http_upstream.h | 2 |
1 files changed, 0 insertions, 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; |