Skip to content

v0.1.0: Fix byteReader issue (#7)

Latest
Compare
Choose a tag to compare
@jupenur jupenur released this 15 Jan 08:02
· 3 commits to master since this release
8fd2afa
* add failing test case with flate.Reader

* fix local byteReader implementation -- fixes #6

* ReadByte() : if a byte is read, store the error, and returned the byte
  with no error
* if an error is stored, return it (from ReadByte() or Read())

* ignore error in ReadByte if reader returns 1 byte

following discussion on PR #7

* fix typo

Co-authored-by: Agniva De Sarker <agnivade@yahoo.co.in>