[nginx] Upstream: removed unused bl_time and bl_state fields.

Maxim Dounin mdounin at mdounin.ru
Thu Jan 26 13:50:22 UTC 2017


details:   http://hg.nginx.org/nginx/rev/8b822ff79916
branches:  
changeset: 6883:8b822ff79916
user:      Maxim Dounin <mdounin at mdounin.ru>
date:      Thu Jan 26 16:16:48 2017 +0300
description:
Upstream: removed unused bl_time and bl_state fields.

diffstat:

 src/http/ngx_http_upstream.h |  3 ---
 1 files changed, 0 insertions(+), 3 deletions(-)

diffs (13 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
@@ -55,9 +55,6 @@
 
 
 typedef struct {
-    ngx_msec_t                       bl_time;
-    ngx_uint_t                       bl_state;
-
     ngx_uint_t                       status;
     ngx_msec_t                       response_time;
     ngx_msec_t                       connect_time;


More information about the nginx-devel mailing list