diff options
author | Maxim Dounin <mdounin@mdounin.ru> | 2017-01-26 16:16:48 +0300 |
---|---|---|
committer | Maxim Dounin <mdounin@mdounin.ru> | 2017-01-26 16:16:48 +0300 |
commit | b077851bc3ae9e794fa7200f39b39ecf4f7bb02d (patch) | |
tree | a783776369f1feab674a3e805a2bb3e2f950f59b | |
parent | bbb82a736ffafcf437eb6e2077cb4bfa5db35e5c (diff) | |
download | nginx-b077851bc3ae9e794fa7200f39b39ecf4f7bb02d.tar.gz nginx-b077851bc3ae9e794fa7200f39b39ecf4f7bb02d.zip |
Upstream: removed unused bl_time and bl_state fields.
-rw-r--r-- | src/http/ngx_http_upstream.h | 3 |
1 files changed, 0 insertions, 3 deletions
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; |