diff src/http/ngx_http_upstream.h @ 1992:ee49a83b6de2 stable-0.5

r1886 merge: test response length in proxy/fastcgi_store
author Igor Sysoev <igor@sysoev.ru>
date Sun, 04 May 2008 10:04:21 +0000
parents c7757ce0ae97
children
line wrap: on
line diff
--- a/src/http/ngx_http_upstream.h
+++ b/src/http/ngx_http_upstream.h
@@ -194,6 +194,8 @@ typedef struct {
     ngx_table_elt_t                *content_encoding;
 #endif
 
+    off_t                           content_length_n;
+
     ngx_array_t                     cache_control;
 } ngx_http_upstream_headers_in_t;