aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/core/transport/chttp2_transport.c
diff options
context:
space:
mode:
authorGravatar Craig Tiller <ctiller@google.com>2015-04-24 13:19:48 -0700
committerGravatar Craig Tiller <ctiller@google.com>2015-04-24 13:19:48 -0700
commitc52779ff61ca5d79d9ecc5b68976a08933078af4 (patch)
treeed400979b6c932a898e11abf753e5745e73ec949 /src/core/transport/chttp2_transport.c
parent60de66cf7da81585038ad6afa1c857b3f6e3b70c (diff)
Add missing remove list
Diffstat (limited to 'src/core/transport/chttp2_transport.c')
-rw-r--r--src/core/transport/chttp2_transport.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/core/transport/chttp2_transport.c b/src/core/transport/chttp2_transport.c
index 7b50e285d0..7c3f40e3b9 100644
--- a/src/core/transport/chttp2_transport.c
+++ b/src/core/transport/chttp2_transport.c
@@ -1132,6 +1132,7 @@ static void cancel_stream_inner(transport *t, stream *s, gpr_uint32 id,
if (s->outgoing_sopb) {
schedule_nuke_sopb(t, s->outgoing_sopb);
s->outgoing_sopb = NULL;
+ stream_list_remove(t, s, WRITABLE);
schedule_cb(t, s->send_done_closure, 0);
}
if (s->cancelled) {