From 9f0588e695a569638119132a8224a2615e121fa4 Mon Sep 17 00:00:00 2001 From: Hakase Date: Wed, 28 Feb 2018 10:19:52 +0900 Subject: [PATCH] Latest update - 7219 --- src/http/ngx_http_upstream.h | 1 + 1 file changed, 1 insertion(+) diff --git a/src/http/ngx_http_upstream.h b/src/http/ngx_http_upstream.h index 3e714e5..56b54d1 100644 --- a/src/http/ngx_http_upstream.h +++ b/src/http/ngx_http_upstream.h @@ -61,6 +61,7 @@ typedef struct { ngx_msec_t response_time; ngx_msec_t connect_time; ngx_msec_t header_time; + ngx_msec_t queue_time; off_t response_length; off_t bytes_received;