diff --git a/internal/envoy/listener.go b/internal/envoy/listener.go index 57645f92932..45bfe416ab9 100644 --- a/internal/envoy/listener.go +++ b/internal/envoy/listener.go @@ -204,7 +204,8 @@ func (b *httpConnectionManagerBuilder) ConnectionShutdownGracePeriod(timeout tim func (b *httpConnectionManagerBuilder) DefaultFilters() *httpConnectionManagerBuilder { b.filters = append(b.filters, &http.HttpFilter{ - Name: wellknown.Gzip, + // TODO(#2479) Update once go-control-plane constant is merged (https://github.com/envoyproxy/go-control-plane/pull/354). + Name: "envoy.filters.http.compressor", }, &http.HttpFilter{ Name: wellknown.GRPCWeb,