Skip to content

v0.0.16 Bug fix and TLS Record Fragmentation optimization

Latest
Compare
Choose a tag to compare
@fortuna fortuna released this 08 May 17:00
· 10 commits to main since this release
2e2d2af

This is a minor release that fixes an important bug in the duplexConn.ReadFrom. Please upgrade.

If also introduces an optimized version of the TLS Record Fragmentation writer

What's Changed

  • feat: add tlsfrag.RecordLenFuncWriter without waiting for the entire record by @jyyi1 in #207
  • fix: duplexConn ReadFrom and connect handler initial data coalescing by @fortuna in #229

Full Changelog: v0.0.15...v0.0.16