Fix rare flake

reviewable/pr6737/r6
Craig Tiller 8 years ago
parent 2808be6641
commit 609dc2d360
  1. 1
      src/core/ext/transport/chttp2/transport/chttp2_transport.c

@ -1670,6 +1670,7 @@ static void fail_pending_writes(grpc_exec_ctx *exec_ctx,
grpc_chttp2_stream_global *stream_global,
grpc_error *error) {
error = removal_error(error, stream_global);
stream_global->send_message = NULL;
grpc_chttp2_complete_closure_step(
exec_ctx, transport_global, stream_global,
&stream_global->send_initial_metadata_finished, GRPC_ERROR_REF(error));

Loading…
Cancel
Save