diff src/http/ngx_http_upstream.h @ 7429:e573d74299a0

Upstream: implemented $upstream_bytes_sent.
author Ruslan Ermilov <ru@nginx.com>
date Thu, 13 Dec 2018 17:23:07 +0300
parents 860d3907da1c
children bffcc5af1d72
line wrap: on
line diff
--- 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;