mirror of
https://github.com/nginx/nginx.git
synced 2025-06-09 02:42:48 +08:00
Upstream: removed unused bl_time and bl_state fields.
This commit is contained in:
parent
bbb82a736f
commit
b077851bc3
@ -55,9 +55,6 @@
|
|||||||
|
|
||||||
|
|
||||||
typedef struct {
|
typedef struct {
|
||||||
ngx_msec_t bl_time;
|
|
||||||
ngx_uint_t bl_state;
|
|
||||||
|
|
||||||
ngx_uint_t status;
|
ngx_uint_t status;
|
||||||
ngx_msec_t response_time;
|
ngx_msec_t response_time;
|
||||||
ngx_msec_t connect_time;
|
ngx_msec_t connect_time;
|
||||||
|
Loading…
Reference in New Issue
Block a user