details:   http://hg.nginx.org/nginx/rev/a1ec33df7ce0
branches:  
changeset: 6882:a1ec33df7ce0
user:      Thibault Charbonnier <[email protected]>
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;
_______________________________________________
nginx-devel mailing list
[email protected]
http://mailman.nginx.org/mailman/listinfo/nginx-devel

Reply via email to