comparison 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
comparison
equal deleted inserted replaced
1991:7cef148d87a0 1992:ee49a83b6de2
192 192
193 #if (NGX_HTTP_GZIP) 193 #if (NGX_HTTP_GZIP)
194 ngx_table_elt_t *content_encoding; 194 ngx_table_elt_t *content_encoding;
195 #endif 195 #endif
196 196
197 off_t content_length_n;
198
197 ngx_array_t cache_control; 199 ngx_array_t cache_control;
198 } ngx_http_upstream_headers_in_t; 200 } ngx_http_upstream_headers_in_t;
199 201
200 202
201 struct ngx_http_upstream_s { 203 struct ngx_http_upstream_s {