Skip to content

Commit 9d3f0af

Browse files
committed
fix: remove accept encoding header for first compressor only
Signed-off-by: Steven Kreitzer <[email protected]>
1 parent afcd7ca commit 9d3f0af

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

test/e2e/tests/compression.go

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,6 @@ func testCompression(t *testing.T, suite *suite.ConformanceTestSuite, compressio
114114
"Accept-encoding": encoding,
115115
},
116116
},
117-
// Verify that Accept-encoding header was NOT forwarded to the backend
118117
ExpectedRequest: &http.ExpectedRequest{
119118
Request: http.Request{
120119
Path: "/compression",
@@ -155,7 +154,6 @@ func testCompressionChooseFirst(t *testing.T, suite *suite.ConformanceTestSuite,
155154
"Accept-encoding": "gzip, br, zstd",
156155
},
157156
},
158-
// Verify that Accept-encoding header was NOT forwarded to the backend
159157
ExpectedRequest: &http.ExpectedRequest{
160158
Request: http.Request{
161159
Path: "/compression",

0 commit comments

Comments
 (0)