]> git.kaiwu.me - nginx.git/commitdiff
Upstream: removed unused ngx_http_upstream_conf_t.timeout field.
authorThibault Charbonnier <thibaultcha@fastmail.com>
Wed, 25 Jan 2017 01:52:39 +0000 (17:52 -0800)
committerThibault Charbonnier <thibaultcha@fastmail.com>
Wed, 25 Jan 2017 01:52:39 +0000 (17:52 -0800)
src/http/ngx_http_upstream.h

index 448d0714fd528ac837e7864cb6194c47aaeb9715..d4f52afdf62644d10b45a2c84b4e31b499f5e904 100644 (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;