mirror of
https://github.com/nginx/nginx.git
synced 2024-12-26 08:51:03 -06:00
Upstream: removed unused offset to content_length.
It's not needed since introduction of ngx_http_upstream_content_length() in 103b0d9afe07.
This commit is contained in:
parent
4e275cc73a
commit
6c25c848cb
@ -174,8 +174,7 @@ ngx_http_upstream_header_t ngx_http_upstream_headers_in[] = {
|
||||
ngx_http_upstream_copy_content_type, 0, 1 },
|
||||
|
||||
{ ngx_string("Content-Length"),
|
||||
ngx_http_upstream_process_content_length,
|
||||
offsetof(ngx_http_upstream_headers_in_t, content_length),
|
||||
ngx_http_upstream_process_content_length, 0,
|
||||
ngx_http_upstream_ignore_header_line, 0, 0 },
|
||||
|
||||
{ ngx_string("Date"),
|
||||
|
Loading…
Reference in New Issue
Block a user