diff options
| author | Igor Sysoev <igor@sysoev.ru> | 2008-05-04 10:04:21 +0000 |
|---|---|---|
| committer | Igor Sysoev <igor@sysoev.ru> | 2008-05-04 10:04:21 +0000 |
| commit | a3c1ad81eba455337a86b915dafd9d168c099f28 (patch) | |
| tree | df8af0d908d806c0f68120a1c30e835c4a281e86 /src/http/ngx_http_upstream.h | |
| parent | 45519cb5f4617577ed5793dce11fec8fe62ebdf2 (diff) | |
| download | nginx-a3c1ad81eba455337a86b915dafd9d168c099f28.tar.gz nginx-a3c1ad81eba455337a86b915dafd9d168c099f28.tar.bz2 | |
r1886 merge:
test response length in proxy/fastcgi_store
Diffstat (limited to '')
| -rw-r--r-- | src/http/ngx_http_upstream.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/http/ngx_http_upstream.h b/src/http/ngx_http_upstream.h index 15987b1b1..f6184b6ff 100644 --- 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; |
