Lucas Clemente
3d0ed0d1f9
trigger sending when stream data is read
...
fixes #223
2016-07-28 16:52:04 +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
5f774c8e03
change fcm.SendWindowSize to include conn window to simplify framer
2016-07-26 17:06:54 +02:00
Lucas Clemente
1bc8c882c9
remove session pointer from stream and use a lambda to signal new data
2016-07-11 14:57:54 +02:00
Lucas Clemente
f04d14ac3e
use flow controller for window update handling, remove windowUpdateMgr
2016-07-11 14:54:32 +02:00
Lucas Clemente
bdbf8d3ebe
add BLOCKED frame management to streamFramer
...
ref #211
2016-07-09 14:29:56 +02:00
Lucas Clemente
bb8464efe0
copy the slice passed to stream.Write
2016-07-08 18:21:45 +02:00
Lucas Clemente
3cbf16b66f
add flow control to streamFramer
...
ref #83
2016-07-08 18:21:45 +02:00
Lucas Clemente
d1e3b541d3
replace streamFrameQueue with just-in-time framing of written data
...
This commits replaces the stream frame queue with a framer which
requests data from the streams just when a frame is needed by the
packet packer. This simplifies a lot of things and allows some other
refactorings, see issue #83 .
There are a few pending tests which will be fixed soon.
2016-07-08 18:21:44 +02:00
Marten Seemann
b38d4b37fe
don't count retransmission as sent bytes for connection flow control
2016-07-06 10:17:43 +02:00
Marten Seemann
8a9d70488a
respect connection flow control window in StreamFrameQueue
2016-07-06 10:17:42 +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
ef9baf67fc
use FlowControlManager in StreamFrameQueue
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
37e57c6f05
temporarily disable sending of Blocked frames
...
ref #172
2016-06-15 12:29:09 +07:00
Marten Seemann
443fd530db
send OverlappingStreamData errors for overlapping StreamFrame data
...
fixes #115
2016-06-01 16:57:01 +07:00
Marten Seemann
9476ae499c
implement a buffer for received StreamFrames
...
fixes #116 , ref #115
2016-06-01 14:33:12 +07:00
Marten Seemann
93771708ae
fix Writing of multiple StreamFrames in Stream.Write method
...
fixes #147
2016-05-26 11:04:48 +07:00
Marten Seemann
3a08041ab3
small improvements of Stream tests
2016-05-26 09:18:07 +07:00
Marten Seemann
be34c9e3f4
never write too much data in Stream.Write()
...
ref #145
2016-05-26 09:13:14 +07:00
Lucas Clemente
17865dbba7
fix a panic in stream with large window updates
...
fixes #143
2016-05-25 13:12:06 +02:00
Marten Seemann
d571c0bfd5
remove stream from BlockManager when a WindowUpdate increases its offset
...
fixes #130
2016-05-20 12:26:10 +07:00
Marten Seemann
c748a8dfc0
create FlowController interface
2016-05-19 19:49:33 +07:00
Marten Seemann
9930de68c8
send stream-level Blocked frames at the right time
...
fixes #110
2016-05-19 11:53:51 +07:00
Lucas Clemente
b185ea04e1
add CloseRemote method to stream
...
ref #109
2016-05-18 13:33:36 +02:00
Marten Seemann
ceb5ef48c4
improve WindowUpdate thresholds
...
fixes #111
2016-05-18 18:19:18 +07:00
Marten Seemann
f147ebc9bb
implement basic connection level flow control
...
fixes #39
2016-05-18 17:30:08 +07:00
Marten Seemann
e0801262bc
actually send Blocked frames
...
fixes #100
2016-05-18 12:06:14 +07:00
Marten Seemann
42f3091e1b
send Blocked frames for flow control blocked streams
...
fixes #100
2016-05-17 19:00:11 +07:00
Marten Seemann
62da35d613
implement a basic flow controller
...
needed for #39 , #100 , #106
2016-05-17 15:21:30 +07:00
Marten Seemann
fb6d90b813
cosmetic changes in tests
2016-05-16 18:32:08 +07:00
Marten Seemann
0d4dd8869d
detect stream flow control violations
...
fixes #97
2016-05-16 18:15:40 +07:00
Marten Seemann
4de41d0737
set offset in WindowUpdates based on read position and window increment
...
fixes #105
2016-05-16 17:00:06 +07:00
Lucas Clemente
af522c1538
privatize session.updateReceiveFlowControlWindow
...
ref #60
2016-05-15 18:50:04 +02:00
Lucas Clemente
2fb42afc8a
privatize session.queueStreamFrame
...
ref #60
2016-05-15 18:49:01 +02:00
Marten Seemann
a3ff4dd891
send WindowUpdate frames
...
fixes #19
2016-05-15 16:48:42 +07:00
Marten Seemann
540941117e
cosmetic changes in tests
2016-05-15 13:08:56 +07:00
Lucas Clemente
9f63cdbd91
add stream.StreamID()
2016-05-14 13:35:43 +02:00
Lucas Clemente
060df6be7d
refactor stream to remove a couple of race conditions
...
fixes #42
2016-05-11 22:30:14 +02:00
Marten Seemann
6556e2f695
use protocol.ByteCount in frames, streams and session
2016-05-05 11:53:10 +07:00
Marten Seemann
77f34a9207
set initial flow control window from handshake parameters
...
fixes #50
2016-05-05 11:29:12 +07:00
Marten Seemann
6700672440
handle remote errors in Stream Write
2016-05-03 16:34:46 +07:00
Marten Seemann
f240df6ea5
implement basic flow control
...
fixes #37
2016-05-03 12:07:01 +07:00
Marten Seemann
8339f210cb
handle control frames and Stream frames separately in PacketPacker
2016-04-26 23:30:43 +07:00
Lucas Clemente
5db81d8874
make stream.Write() return remote errors
2016-04-26 14:41:02 +02:00
Lucas Clemente
ccc6d23a7d
fix a number of races and bugs with stream closing
2016-04-25 22:19:02 +02:00
Lucas Clemente
23a1e08e90
make stream private
2016-04-25 17:54:00 +02:00
Lucas Clemente
ecbec2dcc6
add stream tests and fix bug with stream.ReadByte
2016-04-25 17:33:41 +02:00