Andy Balholm
2848168f55
Reader.Reset: recover from errors.
...
When a Reader encounters an error, its internal state may be corrupted.
So Reset needs to be extra thorough, to avoid cascading errors.
Based on PR 37 by Sovianum.
2022-09-23 19:39:05 -07:00
Matt Dainty
f001d275a3
Fix Reader.Reset() docs
2022-05-12 18:31:16 +01:00
Andy Balholm
47c0dbab12
Simplify control flow in Reader.Reset.
2021-03-01 09:45:40 -08:00
Mike Faraponov
87d8f4575c
Reduce allocations of buffer for reused readers
2021-03-01 09:42:42 -08:00
Andy Balholm
a097b55267
Merge pull request #4 from paolobarbolini/behave-like-compress
...
Make it behave like other compress/ packages
2019-04-25 09:01:22 -07:00
Paolo Barbolini
7ad6b2e5b1
Make brotli behave like official compress/ packages
2019-04-25 17:25:59 +02:00
Andy Balholm
580fdc1cde
Removed unused error
2019-04-25 08:21:22 -07:00
Andy Balholm
36f6c9721d
Fix warnings from go vet.
...
FIxes #1
2019-03-26 06:05:46 -04:00
Andy Balholm
55e85f3f75
Finish un-exporting symbols.
2019-03-15 18:00:20 -07:00
Andy Balholm
7b66c0a2f2
Un-export some more symbols
2019-03-15 17:24:40 -07:00
Andy Balholm
1ce1c68433
Simplify encoder interface.
2019-03-09 16:06:37 -08:00
Andy Balholm
0da14edee1
Make BrotliDecoderState into a Reader.
2019-03-06 17:08:24 -08:00