Skip to content

Commit

Permalink
Fixing the doc to warn of the dangers for overriding the target name …
Browse files Browse the repository at this point in the history
…when using SSL.
  • Loading branch information
jboeuf committed Nov 12, 2015
1 parent 0dd67a1 commit 112f4a3
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion include/grpc++/support/channel_arguments.h
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,8 @@ class ChannelArguments {
void SetChannelArgs(grpc_channel_args* channel_args) const;

// 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);
// TODO(yangg) add flow control options
/// Set the compression algorithm for the channel.
Expand Down

0 comments on commit 112f4a3

Please sign in to comment.