comparison src/http/ngx_http_upstream.h @ 5874:2aff40b3dea2

Upstream: proxy_force_ranges and friends. The directives enable byte ranges for both cached and uncached responses regardless of backend headers.
author Roman Arutyunyan <arut@nginx.com>
date Tue, 14 Oct 2014 18:32:01 +0400
parents d09b689911ac
children 60fde1bc7236
comparison
equal deleted inserted replaced
5873:35b8e5e98508 5874:2aff40b3dea2
160 ngx_flag_t pass_request_body; 160 ngx_flag_t pass_request_body;
161 161
162 ngx_flag_t ignore_client_abort; 162 ngx_flag_t ignore_client_abort;
163 ngx_flag_t intercept_errors; 163 ngx_flag_t intercept_errors;
164 ngx_flag_t cyclic_temp_file; 164 ngx_flag_t cyclic_temp_file;
165 ngx_flag_t force_ranges;
165 166
166 ngx_path_t *temp_path; 167 ngx_path_t *temp_path;
167 168
168 ngx_hash_t hide_headers_hash; 169 ngx_hash_t hide_headers_hash;
169 ngx_array_t *hide_headers; 170 ngx_array_t *hide_headers;