aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorGravatar Muxi Yan <mxyan@google.com>2016-11-11 17:14:44 -0800
committerGravatar Muxi Yan <mxyan@google.com>2016-11-11 17:14:44 -0800
commit72541d08fd71c6fdf0cac94a83929231de93cc6e (patch)
tree96a72ba9c470c063edcb0fc92b2f2d50681f021e
parent10790401dd7f1faa4aa2ab5d4801b91d788d3e2d (diff)
undo test hack
-rw-r--r--src/core/ext/transport/chttp2/transport/writing.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/core/ext/transport/chttp2/transport/writing.c b/src/core/ext/transport/chttp2/transport/writing.c
index cef4fe3ee6..e0d87725e9 100644
--- a/src/core/ext/transport/chttp2/transport/writing.c
+++ b/src/core/ext/transport/chttp2/transport/writing.c
@@ -301,10 +301,10 @@ static void finalize_outbuf(grpc_exec_ctx *exec_ctx,
&transport_writing->outbuf);
}
if (!transport_writing->is_client && !stream_writing->read_closed) {
-/* gpr_slice_buffer_add(&transport_writing->outbuf,
+ gpr_slice_buffer_add(&transport_writing->outbuf,
grpc_chttp2_rst_stream_create(
stream_writing->id, GRPC_CHTTP2_NO_ERROR,
- &stream_writing->stats)); */
+ &stream_writing->stats));
}
stream_writing->send_trailing_metadata = NULL;
stream_writing->sent_trailing_metadata = 1;