v0.2.2
Fixed
StreamReaderBufferwill always read sufficient bytes (or up to EOF) before returning the slice or index requested with theget()method. Previously, less bytes might have been read causing improper parsing when usingparse_incremental.
StreamReaderBuffer will always read sufficient bytes (or up to EOF) before returning the slice or index requested with the get() method. Previously, less bytes might have been read causing improper parsing when using parse_incremental.