[nginx] Upstream: removed unused ngx_http_upstream_conf_t.timeout field.
Maxim Dounin
mdounin at mdounin.ru
Thu Jan 26 13:50:19 UTC 2017
details: http://hg.nginx.org/nginx/rev/a1ec33df7ce0
branches:
changeset: 6882:a1ec33df7ce0
user: Thibault Charbonnier <thibaultcha at fastmail.com>
date: Tue Jan 24 17:52:39 2017 -0800
description:
Upstream: removed unused ngx_http_upstream_conf_t.timeout field.
diffstat:
src/http/ngx_http_upstream.h | 1 -
1 files changed, 0 insertions(+), 1 deletions(-)
diffs (11 lines):
diff --git a/src/http/ngx_http_upstream.h b/src/http/ngx_http_upstream.h
--- a/src/http/ngx_http_upstream.h
+++ b/src/http/ngx_http_upstream.h
@@ -151,7 +151,6 @@ typedef struct {
ngx_msec_t connect_timeout;
ngx_msec_t send_timeout;
ngx_msec_t read_timeout;
- ngx_msec_t timeout;
ngx_msec_t next_upstream_timeout;
size_t send_lowat;
More information about the nginx-devel
mailing list