diff --git a/src/core/ext/transport/chttp2/transport/internal.h b/src/core/ext/transport/chttp2/transport/internal.h
index 2e2b3251b4fb7f93d02008b5cf0d3b731263f11e..00b1fe18b28d4e7da0a7a9c16a5cdd5e338406ae 100644
--- a/src/core/ext/transport/chttp2/transport/internal.h
+++ b/src/core/ext/transport/chttp2/transport/internal.h
@@ -633,7 +633,7 @@ struct grpc_chttp2_stream {
       GRPC_STREAM_COMPRESSION_IDENTITY_COMPRESS;
   /* Stream decompression method to be used. */
   grpc_stream_compression_method stream_decompression_method =
-      GRPC_STREAM_COMPRESSION_IDENTITY_COMPRESS;
+      GRPC_STREAM_COMPRESSION_IDENTITY_DECOMPRESS;
   /** Stream compression decompress context */
   grpc_stream_compression_context* stream_decompression_ctx = nullptr;
   /** Stream compression compress context */