diff 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
line wrap: on
line diff
--- a/src/http/ngx_http_upstream.h
+++ b/src/http/ngx_http_upstream.h
@@ -280,7 +280,6 @@ typedef struct {
 
     ngx_table_elt_t                 *last_modified;
     ngx_table_elt_t                 *location;
-    ngx_table_elt_t                 *accept_ranges;
     ngx_table_elt_t                 *www_authenticate;
     ngx_table_elt_t                 *transfer_encoding;
     ngx_table_elt_t                 *vary;