diff options
| author | Sergey Kandaurov <pluknet@nginx.com> | 2020-10-01 12:21:11 +0100 |
|---|---|---|
| committer | Sergey Kandaurov <pluknet@nginx.com> | 2020-10-01 12:21:11 +0100 |
| commit | 88cb4d3ab046622b2b71e4d94c583d45e00a56c4 (patch) | |
| tree | a75aca6b6836c224a0030c32569b9cb0d289b417 /src/http/ngx_http_cache.h | |
| parent | ee4a6024cc0097d8ab29af8441172846de6b0f64 (diff) | |
| parent | 135b707ab02d5921d7e789c231995f0cc11ae4a6 (diff) | |
| download | nginx-88cb4d3ab046622b2b71e4d94c583d45e00a56c4.tar.gz nginx-88cb4d3ab046622b2b71e4d94c583d45e00a56c4.tar.bz2 | |
Merged with the default branch.
Diffstat (limited to 'src/http/ngx_http_cache.h')
| -rw-r--r-- | src/http/ngx_http_cache.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/http/ngx_http_cache.h b/src/http/ngx_http_cache.h index cd0b4bbf8..bb936c5fe 100644 --- a/src/http/ngx_http_cache.h +++ b/src/http/ngx_http_cache.h @@ -80,6 +80,7 @@ struct ngx_http_cache_s { ngx_str_t vary; u_char variant[NGX_HTTP_CACHE_KEY_LEN]; + size_t buffer_size; size_t header_start; size_t body_start; off_t length; @@ -116,6 +117,7 @@ struct ngx_http_cache_s { unsigned purged:1; unsigned reading:1; unsigned secondary:1; + unsigned update_variant:1; unsigned background:1; unsigned stale_updating:1; |
