comparison src/http/ngx_http_upstream.h @ 8030:cdc2724858ca

Upstream: simplified Accept-Ranges handling. The u->headers_in.accept_ranges field is not used anywhere and hence removed.
author Maxim Dounin <mdounin@mdounin.ru>
date Mon, 30 May 2022 21:25:43 +0300
parents e0027c8438b0
children 413dbda22f7d
comparison
equal deleted inserted replaced
8029:e0027c8438b0 8030:cdc2724858ca
278 ngx_table_elt_t *content_type; 278 ngx_table_elt_t *content_type;
279 ngx_table_elt_t *content_length; 279 ngx_table_elt_t *content_length;
280 280
281 ngx_table_elt_t *last_modified; 281 ngx_table_elt_t *last_modified;
282 ngx_table_elt_t *location; 282 ngx_table_elt_t *location;
283 ngx_table_elt_t *accept_ranges;
284 ngx_table_elt_t *www_authenticate; 283 ngx_table_elt_t *www_authenticate;
285 ngx_table_elt_t *transfer_encoding; 284 ngx_table_elt_t *transfer_encoding;
286 ngx_table_elt_t *vary; 285 ngx_table_elt_t *vary;
287 286
288 ngx_table_elt_t *cache_control; 287 ngx_table_elt_t *cache_control;