commit | 371766c0a5593e1d413d05cec3f43384521bf2fc | [log] [tgz] |
---|---|---|
author | Igor Sysoev <igor@sysoev.ru> | Thu Dec 11 15:30:52 2008 +0000 |
committer | Igor Sysoev <igor@sysoev.ru> | Thu Dec 11 15:30:52 2008 +0000 |
tree | 99a250377db3b77c60ef10cafec0751c27ced578 | |
parent | 2d83ed000f3890f2e1c4344b8c3c5e8dfb0fe3b1 [diff] [blame] |
$upstream_response_length
diff --git a/src/http/ngx_http_upstream.h b/src/http/ngx_http_upstream.h index d38d6c0..b6f2161 100644 --- a/src/http/ngx_http_upstream.h +++ b/src/http/ngx_http_upstream.h
@@ -45,6 +45,7 @@ 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;