minor: Link to GRPC_STATUS_IMPLEMENTED

pull/10991/head
Mehrdad Afshari 8 years ago committed by Mehrdad Afshari
parent 3475cf72c8
commit e456ce0806
  1. 2
      include/grpc++/server_builder.h

@ -110,7 +110,7 @@ class ServerBuilder {
/// enabled by default.
///
/// Incoming calls compressed with an unsupported algorithm will fail with
/// GRPC_STATUS_UNIMPLEMENTED.
/// \a GRPC_STATUS_UNIMPLEMENTED.
ServerBuilder& SetCompressionAlgorithmSupportStatus(
grpc_compression_algorithm algorithm, bool enabled);

Loading…
Cancel
Save