write_buffering patch

pull/12399/head
Muxi Yan 7 years ago
parent f4c95fa4eb
commit c2a61a2780
  1. 3
      src/core/ext/transport/chttp2/transport/chttp2_transport.c

@ -1757,6 +1757,9 @@ void grpc_chttp2_maybe_complete_recv_message(grpc_exec_ctx *exec_ctx,
s->stream_decompression_ctx = NULL; s->stream_decompression_ctx = NULL;
} }
} }
} else {
error = grpc_deframe_unprocessed_incoming_frames(
exec_ctx, &s->data_parser, s, &s->unprocessed_incoming_frames_buffer, NULL, s->recv_message);
} }
if (error != GRPC_ERROR_NONE) { if (error != GRPC_ERROR_NONE) {
s->seen_error = true; s->seen_error = true;

Loading…
Cancel
Save