Merge pull request #17542 from AspirinSJL/comment_compress

Clarify compression algorithm enum order
pull/17546/head
Juanli Shen 6 years ago committed by GitHub
commit f9ae9358c3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 3
      include/grpc/impl/codegen/compression_types.h

@ -52,7 +52,8 @@ extern "C" {
"grpc.compression_enabled_algorithms_bitset"
/** \} */
/** The various compression algorithms supported by gRPC */
/** The various compression algorithms supported by gRPC (not sorted by
* compression level) */
typedef enum {
GRPC_COMPRESS_NONE = 0,
GRPC_COMPRESS_DEFLATE,

Loading…
Cancel
Save