Marten Seemann
|
a5d3eaea61
|
rename the scheduleSending callback to onHasStreamData in the stream
This callback also takes the stream ID, which will later be used to
create a queue of streams that have data for writing available.
|
2018-01-02 23:24:44 +07:00 |
|
Marten Seemann
|
d195085f65
|
don't queue the complete window update, but only the stream ID
|
2017-12-21 19:03:52 +07:00 |
|
Marten Seemann
|
d4f904b55b
|
regenerate all gomocks after gomock output format was changed
No functional change expected.
|
2017-12-21 17:30:51 +07:00 |
|
Marten Seemann
|
c270de3538
|
queue stream window updates directly from stream.Read
By queueing receive window updates directly from stream.Read, it is no
longer necessary to ask every stream for window updates when sending a
packet.
|
2017-12-20 13:03:36 +07:00 |
|
Marten Seemann
|
fc8fafd15e
|
pass a callback containing the callbacks to the stream
|
2017-12-20 11:49:05 +07:00 |
|