v0.13.0
What's Changed
- PARSER STREAM FOR TCP is major add. Now TCP supports large message parsing
- fix: Log only received bytes instead of complete buffer by @oystedal in #42
- Add fuzzer for SIP parser by @oystedal in #41
- More proper VIA header handling by transport. That is setting sent-by port is not fixed
- In case client forces host and port, connections will be created now with that local addr. This also affects Via header. Mostly
client should avoid setting port, but in some cases like reuse of connection it is needed - Connections are now long lived. It is done by controling
IdleConnection
. More in comments 74b8706 - Many other fixes..
New Contributors
Full Changelog: v0.12.1...v0.13.0