comparison 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
comparison
equal deleted inserted replaced
1884:7756b1085119 1885:e5897822515f
190 190
191 #if (NGX_HTTP_GZIP) 191 #if (NGX_HTTP_GZIP)
192 ngx_table_elt_t *content_encoding; 192 ngx_table_elt_t *content_encoding;
193 #endif 193 #endif
194 194
195 off_t content_length_n;
196
195 ngx_array_t cache_control; 197 ngx_array_t cache_control;
196 } ngx_http_upstream_headers_in_t; 198 } ngx_http_upstream_headers_in_t;
197 199
198 200
199 typedef struct { 201 typedef struct {