comparison src/http/ngx_http_upstream.h @ 2402:cd6a1abe11a7

$upstream_response_length
author Igor Sysoev <igor@sysoev.ru>
date Thu, 11 Dec 2008 15:30:52 +0000
parents d88e757cc7d8
children 7af1e5fe102c
comparison
equal deleted inserted replaced
2401:39f3b4f9989e 2402:cd6a1abe11a7
43 ngx_uint_t bl_state; 43 ngx_uint_t bl_state;
44 44
45 ngx_uint_t status; 45 ngx_uint_t status;
46 time_t response_sec; 46 time_t response_sec;
47 ngx_uint_t response_msec; 47 ngx_uint_t response_msec;
48 off_t response_length;
48 49
49 ngx_str_t *peer; 50 ngx_str_t *peer;
50 } ngx_http_upstream_state_t; 51 } ngx_http_upstream_state_t;
51 52
52 53