Fix Issue 20281

pull/21743/head
Yash Tibrewal 5 years ago
parent 29d42a4731
commit 2d45619a41
  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