Mark stream compression as experimental

pull/14384/head
Muxi Yan 7 years ago committed by GitHub
parent bf19c33321
commit bead9649e1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 1
      include/grpc/impl/codegen/compression_types.h

@ -57,6 +57,7 @@ typedef enum {
GRPC_COMPRESS_NONE = 0,
GRPC_COMPRESS_DEFLATE,
GRPC_COMPRESS_GZIP,
/* Stream compression is currently experimental. */
GRPC_COMPRESS_STREAM_GZIP,
/* TODO(ctiller): snappy */
GRPC_COMPRESS_ALGORITHMS_COUNT

Loading…
Cancel
Save