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
|
0d6032a065
|
call the scheduleSending callback when stream.Close is called
The stream needs to send the STREAM frame containing the FIN bit.
|
2017-12-21 21:10:17 +07:00 |
|
Marten Seemann
|
fc8fafd15e
|
pass a callback containing the callbacks to the stream
|
2017-12-20 11:49:05 +07:00 |
|
Marten Seemann
|
ea77974027
|
don't send data that was queue before the stream write deadline expired
|
2017-12-20 11:18:36 +07:00 |
|
Marten Seemann
|
d4b80bd8d0
|
don't schedule sending when stream.Write is called after the deadline
|
2017-12-20 10:59:09 +07:00 |
|
Marten Seemann
|
d2e31c04ab
|
generate the streamI mock in the quic package
By doing so, we can mock private methods of the stream, so they cannot
be type-asserted by users of quic-go.
|
2017-12-20 10:42:07 +07:00 |
|
Marten Seemann
|
092908d3e0
|
simplify sending of (connection-level) BLOCKED frames
|
2017-12-20 10:23:17 +07:00 |
|
Marten Seemann
|
d49ad2d0cc
|
queue STREAM_BLOCKED frames from the stream, when popping a STREAM frame
|
2017-12-20 10:23:01 +07:00 |
|
Marten Seemann
|
e926b0805a
|
split the stream into a receive and a send stream
|
2017-12-20 10:05:02 +07:00 |
|