aboutsummaryrefslogtreecommitdiffhomepage
path: root/test/core/end2end/fixtures/h2_compress.c
diff options
context:
space:
mode:
authorGravatar Craig Tiller <ctiller@google.com>2016-11-08 08:45:18 -0800
committerGravatar Craig Tiller <ctiller@google.com>2016-11-08 08:45:18 -0800
commita7a956fe16e85b15363ce720d1d9c08bf09c69b8 (patch)
treef4a8397ee740506247335b0077cd54444ca9510e /test/core/end2end/fixtures/h2_compress.c
parentb65e234f7af6df1625ccd4dec386e0fa2f573eb7 (diff)
parentb065b31c257a9562114433d880ce19985bc3a0a3 (diff)
Merge github.com:grpc/grpc into fuzzit
Diffstat (limited to 'test/core/end2end/fixtures/h2_compress.c')
-rw-r--r--test/core/end2end/fixtures/h2_compress.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/test/core/end2end/fixtures/h2_compress.c b/test/core/end2end/fixtures/h2_compress.c
index b4a2b0ddd5..fedd2ebc46 100644
--- a/test/core/end2end/fixtures/h2_compress.c
+++ b/test/core/end2end/fixtures/h2_compress.c
@@ -114,7 +114,8 @@ void chttp2_tear_down_fullstack_compression(grpc_end2end_test_fixture *f) {
/* All test configurations */
static grpc_end2end_test_config configs[] = {
{"chttp2/fullstack_compression", FEATURE_MASK_SUPPORTS_DELAYED_CONNECTION |
- FEATURE_MASK_SUPPORTS_CLIENT_CHANNEL,
+ FEATURE_MASK_SUPPORTS_CLIENT_CHANNEL |
+ FEATURE_MASK_SUPPORTS_AUTHORITY_HEADER,
chttp2_create_fixture_fullstack_compression,
chttp2_init_client_fullstack_compression,
chttp2_init_server_fullstack_compression,