aboutsummaryrefslogtreecommitdiffhomepage
path: root/config.m4
diff options
context:
space:
mode:
authorGravatar David G. Quintas <dgq@google.com>2018-03-28 15:44:52 -0700
committerGravatar GitHub <noreply@github.com>2018-03-28 15:44:52 -0700
commit07e75a02a0b004b93bc32667159c327747548855 (patch)
tree722ab7bd48aa0414552c10654a663ad3def58a0b /config.m4
parenta7773a20003f59c29fe68ec140d712582928c55a (diff)
parentb08e6a2e3d72e6dea50f31970c1df5d04fa8222e (diff)
Merge pull request #14615 from dgquintas/authority_header
Secure channels: use the right authority
Diffstat (limited to 'config.m4')
-rw-r--r--config.m42
1 files changed, 2 insertions, 0 deletions
diff --git a/config.m4 b/config.m4
index dfdbd0f2e1..0dc4825191 100644
--- a/config.m4
+++ b/config.m4
@@ -324,6 +324,7 @@ if test "$PHP_GRPC" != "no"; then
src/core/tsi/transport_security_adapter.cc \
src/core/ext/transport/chttp2/client/insecure/channel_create.cc \
src/core/ext/transport/chttp2/client/insecure/channel_create_posix.cc \
+ src/core/ext/transport/chttp2/client/authority.cc \
src/core/ext/transport/chttp2/client/chttp2_connector.cc \
src/core/ext/filters/client_channel/backup_poller.cc \
src/core/ext/filters/client_channel/channel_connectivity.cc \
@@ -381,6 +382,7 @@ if test "$PHP_GRPC" != "no"; then
src/core/ext/census/grpc_context.cc \
src/core/ext/filters/max_age/max_age_filter.cc \
src/core/ext/filters/message_size/message_size_filter.cc \
+ src/core/ext/filters/http/client_authority_filter.cc \
src/core/ext/filters/workarounds/workaround_cronet_compression_filter.cc \
src/core/ext/filters/workarounds/workaround_utils.cc \
src/core/plugin_registry/grpc_plugin_registry.cc \