Commit graph

20 commits

Author SHA1 Message Date
Marten Seemann
74662e8dae rename the streamFrameSorter to frameSorter 2018-08-26 10:10:00 +07:00
Marten Seemann
53d76b6664 only use duplicate stream data error internally in the streamFrameSorter 2018-08-26 09:49:11 +07:00
Marten Seemann
8dc4b2d564 pass the stream data, not the STREAM frame, to the streamFrameSorter 2018-08-26 09:26:59 +07:00
Marten Seemann
dbada7ad02 store stream data, not STREAM frames, in the streamFrameSorter 2018-08-26 08:59:48 +07:00
Marten Seemann
ac59e284dd remove the Head method from the streamFrameSorter
We now store the STREAM frame that is currently being read in the
receiveStream, and pop it from the streamFrameSorter directly.
2018-08-21 14:41:47 +07:00
Marten Seemann
c931134548 remove unused return value from streamFrameSorter.Pop 2018-08-20 21:27:28 +07:00
Marten Seemann
5f5bb1f700 allow empty STREAM frames at arbitrary offsets 2018-05-11 11:08:08 +09:00
Marten Seemann
f1ada87dcf make the protocol package internal 2017-08-30 00:19:44 +07:00
Marten Seemann
ed522ebbce make wire an internal package 2017-08-29 23:51:56 +07:00
Marten Seemann
88afad8722 rename package frames to wire 2017-08-29 23:27:15 +07:00
Marten Seemann
987905149b
run gofmt to fix ordering of imports 2017-06-13 18:07:22 +02:00
Marten Seemann
c0b09c8646 make utils an internal package 2017-06-09 22:28:40 +02:00
Marten Seemann
7b16392993
fix detection of duplicate stream data in streamFrameSorter
fixes #461
2017-03-02 13:48:03 +07:00
Marten Seemann
e674016312
accept overlapping stream data 2017-02-28 18:34:15 +07:00
Marten Seemann
b8bc008ba9
simplify tests of the streamFrameSorter 2017-02-28 18:34:15 +07:00
Marten Seemann
5fa4ea73e5
fix typo 2016-10-28 12:30:52 +07:00
Lucas Clemente
71a8af827b improve overlapping stream data errors
ref #259
2016-08-06 17:08:23 +02:00
Marten Seemann
d10766906c limit number of gaps in received StreamFrame data
fixes #159
2016-06-01 15:41:29 +07:00
Marten Seemann
9476ae499c implement a buffer for received StreamFrames
fixes #116, ref #115
2016-06-01 14:33:12 +07:00
Lucas Clemente
060df6be7d refactor stream to remove a couple of race conditions
fixes #42
2016-05-11 22:30:14 +02:00