From bbb82a736ffafcf437eb6e2077cb4bfa5db35e5c Mon Sep 17 00:00:00 2001 From: Thibault Charbonnier Date: Tue, 24 Jan 2017 17:52:39 -0800 Subject: [PATCH] Upstream: removed unused ngx_http_upstream_conf_t.timeout field. --- src/http/ngx_http_upstream.h | 1 - 1 file changed, 1 deletion(-) 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;