Skip to content

Fixed decoding error

Compare
Choose a tag to compare
@bitbank2 bitbank2 released this 17 Sep 21:26
· 91 commits to master since this release
244dc8d

There would sometimes occur decoding errors because the initial filling of the read buffer wasn't complete, so the check for the high water mark would not see that more data was needed until it was too late. This release fixes the problem.