v2.10.0
Changes
- Return
errorforParser.Close()if closing underlying resources fails (i.e. when closing the bit-reader)
Fixes
- Fixed (hopefully) an issue where the parser would not work with
io.Reader's that don't have all data available from the beginning (e.g. HTTP streaming or Gzip) - see #299