Skip to content

Commit

Permalink
QFE: disable double compression middleware
Browse files Browse the repository at this point in the history
Signed-off-by: Pedro Tanaka <pedro.tanaka@shopify.com>
  • Loading branch information
pedro-stanaka committed Jul 3, 2024
1 parent a922b21 commit e293ae8
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,11 @@ We use *breaking :warning:* to mark changes that are not backward compatible (re

## Unreleased


### Fixed

- [#7493](https://github.com/thanos-io/thanos/pull/7493) *: fix server grpc histograms
* [#7511](https://github.com/thanos-io/thanos/pull/7511) Query Frontend: fix doubled gzip compression for response body.

### Added

Expand Down
4 changes: 1 addition & 3 deletions cmd/thanos/query_frontend.go
Original file line number Diff line number Diff line change
Expand Up @@ -359,9 +359,7 @@ func runQueryFrontend(
logger,
ins.NewHandler(
name,
gzhttp.GzipHandler(
logMiddleware.HTTPMiddleware(name, f),
),
logMiddleware.HTTPMiddleware(name, f),
),
// Cortex frontend middlewares require orgID.
),
Expand Down

0 comments on commit e293ae8

Please sign in to comment.