Skip to content
This repository has been archived by the owner on Dec 14, 2020. It is now read-only.

v0.12.5: reclaim receive buffer space when more than maxFrameSize is free

Latest
Compare
Choose a tag to compare
@vcabbage vcabbage released this 27 Nov 00:48
· 6 commits to master since this release
* Prevents unbounded buffer growth when more than one frame is read
  into the buffer.
* Change buffer to grow by 2x rather than 512 bytes.

Updates #191