Wakeup waiting tasks when transitioning a stream from pending_open (#277)

This commit is contained in:
johnklai1
2018-05-22 15:42:41 -07:00
committed by Carl Lerche
parent a955a15091
commit 6e63d7bae2
2 changed files with 85 additions and 0 deletions

View File

@@ -801,6 +801,7 @@ impl Prioritize {
counts.inc_num_send_streams(&mut stream);
self.pending_send.push(&mut stream);
stream.notify_send();
} else {
return;
}