summaryrefslogtreecommitdiffhomepage
path: root/src/http/ngx_http_upstream.h
diff options
context:
space:
mode:
authorRuslan Ermilov <ru@nginx.com>2018-12-13 17:23:07 +0300
committerRuslan Ermilov <ru@nginx.com>2018-12-13 17:23:07 +0300
commitcb4dd56771c1af082bf3e810436712b4f48f2cf2 (patch)
treec70fedd149fbb5811a00d9ec1080e34a9578fa4d /src/http/ngx_http_upstream.h
parent8e2949e56a13405a157e05b21aa4c4a5fa468335 (diff)
downloadnginx-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.h1
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;