Skip to content
Snippets Groups Projects
Commit 0af4b59f authored by Yang Gao's avatar Yang Gao
Browse files

Merge pull request #4114 from jboeuf/ssl_override_doc

Fixing the doc to warn of the dangers for overriding the target name …
parents 75065d4b 112f4a30
No related branches found
No related tags found
No related merge requests found
...@@ -70,7 +70,8 @@ class ChannelArguments { ...@@ -70,7 +70,8 @@ class ChannelArguments {
void SetChannelArgs(grpc_channel_args* channel_args) const; void SetChannelArgs(grpc_channel_args* channel_args) const;
// gRPC specific channel argument setters // gRPC specific channel argument setters
/// Set target name override for SSL host name checking. /// Set target name override for SSL host name checking. This option is for
/// testing only and should never be used in production.
void SetSslTargetNameOverride(const grpc::string& name); void SetSslTargetNameOverride(const grpc::string& name);
// TODO(yangg) add flow control options // TODO(yangg) add flow control options
/// Set the compression algorithm for the channel. /// Set the compression algorithm for the channel.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment