aboutsummaryrefslogtreecommitdiffhomepage
path: root/test/core/end2end/fixtures/h2_proxy.c
diff options
context:
space:
mode:
authorGravatar David Garcia Quintas <dgq@google.com>2016-09-12 22:57:29 -0700
committerGravatar David Garcia Quintas <dgq@google.com>2016-09-12 22:57:29 -0700
commitebe7c176133f237f5b3df1bc12fdfb6fd692b25c (patch)
tree9fef9f1280b52502cd05277e67e3ebde7543e185 /test/core/end2end/fixtures/h2_proxy.c
parent331b9c02f9372ef832e612d48b90991c181ba8a7 (diff)
parent6e51f992c6bfdfba61d984ab173305da455bd2e7 (diff)
Merge branch 'master' of github.com:grpc/grpc into lb_add_md
Diffstat (limited to 'test/core/end2end/fixtures/h2_proxy.c')
-rw-r--r--test/core/end2end/fixtures/h2_proxy.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/test/core/end2end/fixtures/h2_proxy.c b/test/core/end2end/fixtures/h2_proxy.c
index 8c50eeb5d5..c7b99863f0 100644
--- a/test/core/end2end/fixtures/h2_proxy.c
+++ b/test/core/end2end/fixtures/h2_proxy.c
@@ -113,7 +113,8 @@ void chttp2_tear_down_fullstack(grpc_end2end_test_fixture *f) {
/* All test configurations */
static grpc_end2end_test_config configs[] = {
- {"chttp2/fullstack+proxy", FEATURE_MASK_SUPPORTS_DELAYED_CONNECTION,
+ {"chttp2/fullstack+proxy", FEATURE_MASK_SUPPORTS_DELAYED_CONNECTION |
+ FEATURE_MASK_SUPPORTS_REQUEST_PROXYING,
chttp2_create_fixture_fullstack, chttp2_init_client_fullstack,
chttp2_init_server_fullstack, chttp2_tear_down_fullstack},
};