diff options
author | Thibault Charbonnier <thibaultcha@fastmail.com> | 2017-01-24 17:52:39 -0800 |
---|---|---|
committer | Thibault Charbonnier <thibaultcha@fastmail.com> | 2017-01-24 17:52:39 -0800 |
commit | bbb82a736ffafcf437eb6e2077cb4bfa5db35e5c (patch) | |
tree | 4e4fe9ea233e2a097009910ef003242c4b035568 /src/http/ngx_http_upstream.h | |
parent | 20443cae62975ce753d50f53f09c5fc04be2bfd9 (diff) | |
download | nginx-bbb82a736ffafcf437eb6e2077cb4bfa5db35e5c.tar.gz nginx-bbb82a736ffafcf437eb6e2077cb4bfa5db35e5c.zip |
Upstream: removed unused ngx_http_upstream_conf_t.timeout field.
Diffstat (limited to 'src/http/ngx_http_upstream.h')
-rw-r--r-- | src/http/ngx_http_upstream.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/http/ngx_http_upstream.h b/src/http/ngx_http_upstream.h index 448d0714f..d4f52afdf 100644 --- 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; |