Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nginx/nginx.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/src/http
diff options
context:
space:
mode:
authorVladimir Homutov <vl@nginx.com>2018-11-21 13:40:36 +0300
committerVladimir Homutov <vl@nginx.com>2018-11-21 13:40:36 +0300
commit0f669b23a84785cdb1891b73d3ecb03a3174ea04 (patch)
tree26ee46d17d2d6daba380831b97a7b6d24159413f /src/http
parent6c3838f9ed45f5c2aa6a971a0da3cb6ffe45b61e (diff)
Upstream: removed unused ngx_http_upstream_t.timeout field.
Diffstat (limited to 'src/http')
-rw-r--r--src/http/ngx_http_upstream.h2
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;