diff options
| author | Igor Sysoev <igor@sysoev.ru> | 2008-02-11 13:14:56 +0000 |
|---|---|---|
| committer | Igor Sysoev <igor@sysoev.ru> | 2008-02-11 13:14:56 +0000 |
| commit | be0a61e618fc21cd9d5a39d8562aa0c2b449fd59 (patch) | |
| tree | baffd22c14412c5fa0300e966b1c0ee61f72eb9f /src/http/ngx_http_upstream.h | |
| parent | d173a14619f5a9a7d647ffabdf4eb1903791ecdc (diff) | |
| download | nginx-be0a61e618fc21cd9d5a39d8562aa0c2b449fd59.tar.gz nginx-be0a61e618fc21cd9d5a39d8562aa0c2b449fd59.tar.bz2 | |
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 a7a9a6351..15615caec 100644 --- 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; |
