Marten Seemann
|
a2e48e204b
|
return a net.Error when opening streams
net.Error.Temporary() will be true if no stream can be opened when the
peer's stream limit is reached.
|
2019-01-06 17:18:43 +07:00 |
|
Marten Seemann
|
c37b698f68
|
Merge pull request #1596 from lucas-clemente/internalize-errors
internalize the qerr package
|
2018-11-12 15:54:39 +07:00 |
|
Marten Seemann
|
3ffea5d8c4
|
internalize the qerr package
|
2018-11-11 12:44:16 +07:00 |
|
Marten Seemann
|
dd9ce2e668
|
replace the STREAM_ID_BLOCKED with the STREAMS_BLOCKED frame
|
2018-11-10 09:38:57 +07:00 |
|
Marten Seemann
|
5fc2e12038
|
make the outgoing streams map work with stream 0
Stream 0 is now a valid stream ID used for application data, so the
streams map must be able to (block on) opening this stream.
|
2018-10-26 16:11:25 +07:00 |
|
Marten Seemann
|
f8d28a96fe
|
close all streams when closing the IETF QUIC streams map
|
2018-04-17 19:29:51 +09:00 |
|
Marten Seemann
|
1ec720f2f2
|
implement sending of STREAM_ID_BLOCKED frames
|
2018-02-06 10:04:40 +08:00 |
|
Marten Seemann
|
46e20ce8c9
|
implement handling of MAX_STREAM_ID frames
|
2018-02-06 08:30:58 +08:00 |
|
Marten Seemann
|
035799a326
|
implement a map for outgoing streams
|
2018-02-06 07:49:10 +08:00 |
|