v0.0.16 Bug fix and TLS Record Fragmentation optimization
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