diff options
| author | Igor Sysoev <igor@sysoev.ru> | 2008-12-11 15:30:52 +0000 |
|---|---|---|
| committer | Igor Sysoev <igor@sysoev.ru> | 2008-12-11 15:30:52 +0000 |
| commit | 371766c0a5593e1d413d05cec3f43384521bf2fc (patch) | |
| tree | 99a250377db3b77c60ef10cafec0751c27ced578 /src/http/ngx_http_upstream.h | |
| parent | 2d83ed000f3890f2e1c4344b8c3c5e8dfb0fe3b1 (diff) | |
| download | nginx-371766c0a5593e1d413d05cec3f43384521bf2fc.tar.gz nginx-371766c0a5593e1d413d05cec3f43384521bf2fc.tar.bz2 | |
$upstream_response_length
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 d38d6c025..b6f2161d4 100644 --- a/src/http/ngx_http_upstream.h +++ b/src/http/ngx_http_upstream.h @@ -45,6 +45,7 @@ typedef struct { ngx_uint_t status; time_t response_sec; ngx_uint_t response_msec; + off_t response_length; ngx_str_t *peer; } ngx_http_upstream_state_t; |
