Discussion:
[nginx] Upstream: removed unused ngx_http_upstream_t.timeout field.
Vladimir Homutov
2018-11-21 10:41:14 UTC
Permalink
details: http://hg.nginx.org/nginx/rev/e8bdd322d7a6
branches:
changeset: 7396:e8bdd322d7a6
user: Vladimir Homutov <***@nginx.com>
date: Wed Nov 21 13:40:36 2018 +0300
description:
Upstream: removed unused ngx_http_upstream_t.timeout field.

diffstat:

src/http/ngx_http_upstream.h | 2 --
1 files changed, 0 insertions(+), 2 deletions(-)

diffs (12 lines):

diff -r 9ca82f273967 -r e8bdd322d7a6 src/http/ngx_http_upstream.h
--- a/src/http/ngx_http_upstream.h Thu Nov 15 21:28:02 2018 +0300
+++ b/src/http/ngx_http_upstream.h Wed Nov 21 13:40:36 2018 +0300
@@ -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;

Loading...