Merge pull request #21743 from yashykt/lentype

Fix Issue 20281
pull/21756/head
Yash Tibrewal 5 years ago committed by GitHub
commit 49be7a6667
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      src/core/ext/transport/chttp2/transport/writing.cc

@ -479,7 +479,7 @@ class StreamWriteContext {
"send_initial_metadata_finished");
}
bool compressed_data_buffer_len() {
size_t compressed_data_buffer_len() {
return s_->stream_compression_method ==
GRPC_STREAM_COMPRESSION_IDENTITY_COMPRESS
? 0

Loading…
Cancel
Save