commit | be0a61e618fc21cd9d5a39d8562aa0c2b449fd59 | [log] [tgz] |
---|---|---|
author | Igor Sysoev <igor@sysoev.ru> | Mon Feb 11 13:14:56 2008 +0000 |
committer | Igor Sysoev <igor@sysoev.ru> | Mon Feb 11 13:14:56 2008 +0000 |
tree | baffd22c14412c5fa0300e966b1c0ee61f72eb9f | |
parent | d173a14619f5a9a7d647ffabdf4eb1903791ecdc [diff] [blame] |
test response length in proxy/fastcgi_store
diff --git a/src/http/ngx_http_upstream.h b/src/http/ngx_http_upstream.h index a7a9a63..15615ca 100644 --- a/src/http/ngx_http_upstream.h +++ b/src/http/ngx_http_upstream.h
@@ -192,6 +192,8 @@ ngx_table_elt_t *content_encoding; #endif + off_t content_length_n; + ngx_array_t cache_control; } ngx_http_upstream_headers_in_t;