Kaloyan Raev
ee5f32b0f7
ConcatRanger closes segment readers as soon as data is read ( #349 )
...
* ConcatRanger closes a segment readers as soon as data is read
* Fix linter errors
* Fix data race
* Nicer call to CombineErrors
2018-09-14 10:10:43 -04:00
Kaloyan Raev
aac7c6fbd1
ECClient pads data to fit RS block size ( #199 )
2018-08-06 17:24:30 +03:00
Kaloyan Raev
045dae5f0d
Add context to Ranger.Range method ( #99 )
2018-06-19 18:59:09 +03:00
Kaloyan Raev
7c8d6f8081
Add error to the return values of Ranger.Range method ( #90 )
...
* Add error to the return values of Ranger.Range method
* Addressing code review feedback
* Set Content-Type header only if ctype is not empty
2018-06-18 19:46:49 +03:00
Kaloyan Raev
1c56a4cf5c
Decoder can tolerate readers with unexpected EOF and random data ( #27 )
...
* Decoder can tolerate readers with unexpected EOF
* Return EOF if required number of inbufs are at EOF
* Use existing randData() to generate random data for tests
* Test case for io.ErrUnexpectedEOF
* Add TransformReaderSize constructor
2018-05-04 14:52:49 -06:00
JT Olio
80fa10a06e
pkg/eestream: initial
2018-04-11 07:46:34 -06:00