Add test that a window update can be received in reserved state (#195)
This commit is contained in:
committed by
Carl Lerche
parent
4cc573fa89
commit
10d8ed7429
@@ -745,6 +745,10 @@ impl Recv {
|
||||
if !stream.state.is_recv_streaming() {
|
||||
// No need to send window updates on the stream if the stream is
|
||||
// no longer receiving data.
|
||||
//
|
||||
// TODO: is this correct? We could possibly send a window
|
||||
// update on a ReservedRemote stream if we already know
|
||||
// we want to stream the data faster...
|
||||
continue;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user