From: Maxim Dounin Date: Thu, 26 Jan 2017 13:16:48 +0000 (+0300) Subject: Upstream: removed unused bl_time and bl_state fields. X-Git-Url: http://www.kaiwu.me/postgresql/commit/static/gitweb.js?a=commitdiff_plain;h=b077851bc3ae9e794fa7200f39b39ecf4f7bb02d;p=nginx.git Upstream: removed unused bl_time and bl_state fields. --- diff --git a/src/http/ngx_http_upstream.h b/src/http/ngx_http_upstream.h index d4f52afdf..86e2ee223 100644 --- 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;