diff options
Diffstat (limited to 'src/http/ngx_http_upstream.h')
| -rw-r--r-- | src/http/ngx_http_upstream.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/http/ngx_http_upstream.h b/src/http/ngx_http_upstream.h index edc1b6cad..64157e6a7 100644 --- a/src/http/ngx_http_upstream.h +++ b/src/http/ngx_http_upstream.h @@ -59,6 +59,7 @@ typedef struct { ngx_uint_t status; ngx_msec_t response_time; + ngx_msec_t connect_time; ngx_msec_t header_time; off_t response_length; |
