Merge pull request #18899 from soheilhy/grpc-fix-h2-typo

Fix a typo in chttp2 stream initialization.
reviewable/pr18839/r2^2
Soheil Hassas Yeganeh 6 years ago committed by GitHub
commit e74bde7702
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      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 */

Loading…
Cancel
Save