Skip to content

Commit

Permalink
allegro-internal/flex-roadmap#687 Added http compression filter confi…
Browse files Browse the repository at this point in the history
…guration (review fixes)
  • Loading branch information
nastassia-dailidava committed Jul 23, 2024
1 parent fb8171b commit 6b4efe0
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ class CompressionFilterTest {
"envoy-control.envoy.snapshot.compression.gzip.enabled" to true,
"envoy-control.envoy.snapshot.compression.brotli.enabled" to true,
"envoy-control.envoy.snapshot.compression.minContentLength" to 100,
"envoy-control.envoy.snapshot.compression.responseCompressionEnabled" to true,
)
)
private const val SERVICE_NAME = "service-1"
Expand Down

0 comments on commit 6b4efe0

Please sign in to comment.