aboutsummaryrefslogtreecommitdiffhomepage
path: root/include
diff options
context:
space:
mode:
authorGravatar Muxi Yan <muxi@users.noreply.github.com>2018-02-08 15:04:24 -0800
committerGravatar GitHub <noreply@github.com>2018-02-08 15:04:24 -0800
commitbead9649e178ac8dc1b848d62567626ce057137a (patch)
treee2bb472d151f2e25fefce2cf3dbe39e933d2c88d /include
parentbf19c3332161b26f3942ed7b3a711bdc4dd923bc (diff)
Mark stream compression as experimental
Diffstat (limited to 'include')
-rw-r--r--include/grpc/impl/codegen/compression_types.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/grpc/impl/codegen/compression_types.h b/include/grpc/impl/codegen/compression_types.h
index be9dd2d8e7..6b582b86ba 100644
--- a/include/grpc/impl/codegen/compression_types.h
+++ b/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