comparison src/http/ngx_http_upstream.h @ 6883:8b822ff79916

Upstream: removed unused bl_time and bl_state fields.
author Maxim Dounin <mdounin@mdounin.ru>
date Thu, 26 Jan 2017 16:16:48 +0300
parents a1ec33df7ce0
children d2b2ff157da5
comparison
equal deleted inserted replaced
6882:a1ec33df7ce0 6883:8b822ff79916
53 #define NGX_HTTP_UPSTREAM_IGN_XA_CHARSET 0x00000100 53 #define NGX_HTTP_UPSTREAM_IGN_XA_CHARSET 0x00000100
54 #define NGX_HTTP_UPSTREAM_IGN_VARY 0x00000200 54 #define NGX_HTTP_UPSTREAM_IGN_VARY 0x00000200
55 55
56 56
57 typedef struct { 57 typedef struct {
58 ngx_msec_t bl_time;
59 ngx_uint_t bl_state;
60
61 ngx_uint_t status; 58 ngx_uint_t status;
62 ngx_msec_t response_time; 59 ngx_msec_t response_time;
63 ngx_msec_t connect_time; 60 ngx_msec_t connect_time;
64 ngx_msec_t header_time; 61 ngx_msec_t header_time;
65 off_t response_length; 62 off_t response_length;