diff options
| author | Ruslan Ermilov <ru@nginx.com> | 2015-05-16 01:32:27 +0300 |
|---|---|---|
| committer | Ruslan Ermilov <ru@nginx.com> | 2015-05-16 01:32:27 +0300 |
| commit | 4b9b16d27d51215edc38a55d929e522aad8234ff (patch) | |
| tree | f9580fdd6d7e5dd039f47ecacff394976f508c1b /src/http/ngx_http_upstream.h | |
| parent | b070e2d71372eb16033727ba431fe6f4e4c434a3 (diff) | |
| download | nginx-4b9b16d27d51215edc38a55d929e522aad8234ff.tar.gz nginx-4b9b16d27d51215edc38a55d929e522aad8234ff.tar.bz2 | |
Upstream: $upstream_connect_time.
The variable keeps time spent on establishing a connection with
the upstream server.
Diffstat (limited to '')
| -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; |
