Marten Seemann
|
95a971f322
|
make the flow control package internal
|
2017-08-30 00:27:44 +07:00 |
|
Marten Seemann
|
f1ada87dcf
|
make the protocol package internal
|
2017-08-30 00:19:44 +07:00 |
|
Marten Seemann
|
71227437ee
|
only retransmit WindowUpdates if no higher WindowUpdate has been sent
fixes #394
|
2017-01-14 15:16:12 +07:00 |
|
Marten Seemann
|
7a91794292
|
send RST_STREAM frames
ref #380
|
2017-01-09 09:49:44 +07:00 |
|
Marten Seemann
|
544a58a038
|
return total bytes sent when resetting a stream in the flow controller
|
2017-01-03 16:09:18 +07:00 |
|
Marten Seemann
|
fb3f753c94
|
add method to reset a stream at a byte offset to flow controller
ref #377
|
2017-01-03 11:32:42 +07:00 |
|
Lucas Clemente
|
2592b9a97c
|
optimize window update generation, reducing profiler footprint by 8%
|
2016-09-15 09:12:44 +02:00 |
|
Lucas Clemente
|
3a88a8cffa
|
delete flow controllers for closed streams
fixes #177
|
2016-07-28 16:45:55 +02:00 |
|
Lucas Clemente
|
3aa8b1bf37
|
remove fcm.StreamContributesToConnectionFlowControl
|
2016-07-26 17:09:24 +02:00 |
|
Lucas Clemente
|
5ada9108ae
|
remove FlowController interface
fixes #178, ref #83
|
2016-07-08 18:21:44 +02:00 |
|
Marten Seemann
|
1b732a4afa
|
add method to FlowControlManager to tell if Stream contribues to connection-level flow control
|
2016-07-06 10:17:42 +02:00 |
|
Marten Seemann
|
ac54ac66c7
|
add methods for sending data to FlowControlManager
|
2016-07-06 10:14:17 +02:00 |
|
Marten Seemann
|
5d02033f0f
|
use FlowControlManager in Stream for Reading data
|
2016-06-15 19:39:50 +07:00 |
|
Marten Seemann
|
800320ec39
|
implement basic FlowControlManager
|
2016-06-15 18:53:54 +07:00 |
|
Marten Seemann
|
c748a8dfc0
|
create FlowController interface
|
2016-05-19 19:49:33 +07:00 |
|