diff 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
line wrap: on
line diff
--- 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;