diff src/http/ngx_http_upstream.h @ 1885:e5897822515f

test response length in proxy/fastcgi_store
author Igor Sysoev <igor@sysoev.ru>
date Mon, 11 Feb 2008 13:14:56 +0000
parents 40d004d95d88
children 68b426b43c31
line wrap: on
line diff
--- a/src/http/ngx_http_upstream.h
+++ b/src/http/ngx_http_upstream.h
@@ -192,6 +192,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;