aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/core/ext/filters/http/http_filters_plugin.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/core/ext/filters/http/http_filters_plugin.c')
-rw-r--r--src/core/ext/filters/http/http_filters_plugin.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/ext/filters/http/http_filters_plugin.c b/src/core/ext/filters/http/http_filters_plugin.c
index 825c21cb6a..093a8c7dce 100644
--- a/src/core/ext/filters/http/http_filters_plugin.c
+++ b/src/core/ext/filters/http/http_filters_plugin.c
@@ -46,7 +46,7 @@ typedef struct {
} optional_filter;
static optional_filter compress_filter = {
- &grpc_compress_filter, GRPC_ARG_ENABLE_PER_MESSAGE_COMPRESSION};
+ &grpc_message_compress_filter, GRPC_ARG_ENABLE_PER_MESSAGE_COMPRESSION};
static bool is_building_http_like_transport(
grpc_channel_stack_builder *builder) {