Skip to content
Snippets Groups Projects
Commit c52779ff authored by Craig Tiller's avatar Craig Tiller
Browse files

Add missing remove list

parent 60de66cf
No related branches found
No related tags found
No related merge requests found
...@@ -1132,6 +1132,7 @@ static void cancel_stream_inner(transport *t, stream *s, gpr_uint32 id, ...@@ -1132,6 +1132,7 @@ static void cancel_stream_inner(transport *t, stream *s, gpr_uint32 id,
if (s->outgoing_sopb) { if (s->outgoing_sopb) {
schedule_nuke_sopb(t, s->outgoing_sopb); schedule_nuke_sopb(t, s->outgoing_sopb);
s->outgoing_sopb = NULL; s->outgoing_sopb = NULL;
stream_list_remove(t, s, WRITABLE);
schedule_cb(t, s->send_done_closure, 0); schedule_cb(t, s->send_done_closure, 0);
} }
if (s->cancelled) { if (s->cancelled) {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment