Gunzip: added missing ngx_http_clear_etag().
This commit is contained in:
parent
81f133133f
commit
10fe62af2f
1 changed files with 1 additions and 0 deletions
|
@ -165,6 +165,7 @@ ngx_http_gunzip_header_filter(ngx_http_request_t *r)
|
|||
|
||||
ngx_http_clear_content_length(r);
|
||||
ngx_http_clear_accept_ranges(r);
|
||||
ngx_http_clear_etag(r);
|
||||
|
||||
return ngx_http_next_header_filter(r);
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue