diff options
| author | Ruslan Ermilov <ru@nginx.com> | 2018-12-13 17:23:07 +0300 |
|---|---|---|
| committer | Ruslan Ermilov <ru@nginx.com> | 2018-12-13 17:23:07 +0300 |
| commit | cb4dd56771c1af082bf3e810436712b4f48f2cf2 (patch) | |
| tree | c70fedd149fbb5811a00d9ec1080e34a9578fa4d /src/http/ngx_http_upstream.h | |
| parent | 8e2949e56a13405a157e05b21aa4c4a5fa468335 (diff) | |
| download | nginx-cb4dd56771c1af082bf3e810436712b4f48f2cf2.tar.gz nginx-cb4dd56771c1af082bf3e810436712b4f48f2cf2.tar.bz2 | |
Upstream: implemented $upstream_bytes_sent.
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 af84e24be..6079d7236 100644 --- a/src/http/ngx_http_upstream.h +++ b/src/http/ngx_http_upstream.h @@ -64,6 +64,7 @@ typedef struct { ngx_msec_t queue_time; off_t response_length; off_t bytes_received; + off_t bytes_sent; ngx_str_t *peer; } ngx_http_upstream_state_t; |
