Requests should be gzipped when Accept-Encoding
explicitly rejects identity
#1855
Labels
bug
Something isn't working
Accept-Encoding
explicitly rejects identity
#1855
Describe the bug
When
Accept-Encoding: gzip;q=1, *;q=0
request is received, we should encode the response asgzip
even if it's smaller than the default min size (1500B). However, we don't.To Reproduce
Steps to reproduce the behavior:
93dbb1fc6197e381e3265f72d9c1b399afe570e3
make ./cmd/mimir/.uptodate
cd tutorials/play-with-grafana-mimir && docker-compose up
Expected behavior
Response should be gzip-encoded (or 406 Not Acceptable status should be returned)
The text was updated successfully, but these errors were encountered: