aboutsummaryrefslogtreecommitdiffhomepage
path: root/test/core/end2end/fixtures/chttp2_socket_pair_with_grpc_trace.c
diff options
context:
space:
mode:
authorGravatar David Garcia Quintas <dgq@google.com>2015-06-18 17:24:44 -0700
committerGravatar David Garcia Quintas <dgq@google.com>2015-06-19 13:01:52 -0700
commit5927aec9b72dba7694218501e2f93d6c127776af (patch)
treee792735554d907c139ec7c6cfa073a959fd05825 /test/core/end2end/fixtures/chttp2_socket_pair_with_grpc_trace.c
parentf9b803ee2c036222f85da39aa3d8365da9c9f861 (diff)
Added generated configs
Diffstat (limited to 'test/core/end2end/fixtures/chttp2_socket_pair_with_grpc_trace.c')
-rw-r--r--test/core/end2end/fixtures/chttp2_socket_pair_with_grpc_trace.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/test/core/end2end/fixtures/chttp2_socket_pair_with_grpc_trace.c b/test/core/end2end/fixtures/chttp2_socket_pair_with_grpc_trace.c
index 0834987fbe..4f81a96778 100644
--- a/test/core/end2end/fixtures/chttp2_socket_pair_with_grpc_trace.c
+++ b/test/core/end2end/fixtures/chttp2_socket_pair_with_grpc_trace.c
@@ -39,6 +39,7 @@
#include "src/core/channel/connected_channel.h"
#include "src/core/channel/http_client_filter.h"
#include "src/core/channel/http_server_filter.h"
+#include "src/core/channel/compress_filter.h"
#include "src/core/iomgr/endpoint_pair.h"
#include "src/core/iomgr/iomgr.h"
#include "src/core/support/env.h"
@@ -78,6 +79,7 @@ static grpc_transport_setup_result client_setup_transport(
const grpc_channel_filter *filters[] = {&grpc_client_surface_filter,
&grpc_http_client_filter,
+ &grpc_compress_filter,
&grpc_connected_channel_filter};
size_t nfilters = sizeof(filters) / sizeof(*filters);
grpc_channel *channel = grpc_channel_create_from_filters(