diff options
author | Yash Tibrewal <yashkt@google.com> | 2017-07-19 10:26:41 -0700 |
---|---|---|
committer | Yash Tibrewal <yashkt@google.com> | 2017-07-19 10:26:41 -0700 |
commit | f7350ea6b7b58d632bf4a8aafaa0354e022d9c0b (patch) | |
tree | bf1ca22ba21e82f0290f76d064df03e139614d5c /Makefile | |
parent | 19fc5526b2604b3dace6ebfa7f6ffb786fd6bba2 (diff) |
Adding connect auth feature. Proxy-Authorization header is being inserted when user creds are present in uri
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -7926,6 +7926,7 @@ LIBEND2END_TESTS_SRC = \ test/core/end2end/tests/no_logging.c \ test/core/end2end/tests/no_op.c \ test/core/end2end/tests/payload.c \ + test/core/end2end/tests/payload_with_proxy_auth.c \ test/core/end2end/tests/ping.c \ test/core/end2end/tests/ping_pong_streaming.c \ test/core/end2end/tests/registered_call.c \ @@ -8020,6 +8021,7 @@ LIBEND2END_NOSEC_TESTS_SRC = \ test/core/end2end/tests/no_logging.c \ test/core/end2end/tests/no_op.c \ test/core/end2end/tests/payload.c \ + test/core/end2end/tests/payload_with_proxy_auth.c \ test/core/end2end/tests/ping.c \ test/core/end2end/tests/ping_pong_streaming.c \ test/core/end2end/tests/registered_call.c \ |