|
|
@ -89,8 +89,9 @@ void grpc_client_channel_init(void) { |
|
|
|
grpc_subchannel_index_init(); |
|
|
|
grpc_subchannel_index_init(); |
|
|
|
grpc_channel_init_register_stage(GRPC_CLIENT_CHANNEL, INT_MIN, |
|
|
|
grpc_channel_init_register_stage(GRPC_CLIENT_CHANNEL, INT_MIN, |
|
|
|
set_default_host_if_unset, NULL); |
|
|
|
set_default_host_if_unset, NULL); |
|
|
|
grpc_channel_init_register_stage(GRPC_CLIENT_CHANNEL, INT_MAX, append_filter, |
|
|
|
grpc_channel_init_register_stage( |
|
|
|
(void *)&grpc_client_channel_filter); |
|
|
|
GRPC_CLIENT_CHANNEL, GRPC_CHANNEL_INIT_BUILTIN_PRIORITY, append_filter, |
|
|
|
|
|
|
|
(void *)&grpc_client_channel_filter); |
|
|
|
grpc_http_connect_register_handshaker_factory(); |
|
|
|
grpc_http_connect_register_handshaker_factory(); |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|