Upstream: removed unused ngx_http_upstream_conf_t.timeout field.

This commit is contained in:
Thibault Charbonnier 2017-01-24 17:52:39 -08:00
parent 20443cae62
commit bbb82a736f

View File

@ -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;