comparison src/http/ngx_http_upstream.h @ 8034:413dbda22f7d

Upstream: duplicate headers ignored or properly linked. Most of the known duplicate upstream response headers are now ignored with a warning. If syntax permits multiple headers, these are now properly linked to the lists, notably Vary and WWW-Authenticate. This makes it possible to further handle such lists where it makes sense.
author Maxim Dounin <mdounin@mdounin.ru>
date Mon, 30 May 2022 21:25:49 +0300
parents cdc2724858ca
children 0784ab86ad08
comparison
equal deleted inserted replaced
8033:2bf7792c262e 8034:413dbda22f7d
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 *refresh;
283 ngx_table_elt_t *www_authenticate; 284 ngx_table_elt_t *www_authenticate;
284 ngx_table_elt_t *transfer_encoding; 285 ngx_table_elt_t *transfer_encoding;
285 ngx_table_elt_t *vary; 286 ngx_table_elt_t *vary;
286 287
287 ngx_table_elt_t *cache_control; 288 ngx_table_elt_t *cache_control;