v0.5.0
Bugfixes
The two bugs addressed below are considered serious security issues that can lead to DoS. I cannot express how thankful I am for @isedev for sharing the problem and the solution <3
- v1: enforce header maximum size of 107 bytes to avoid unbounded memory consumption (#71)
- v1: sender must always ensure that the header is sent at once to avoid slow loris attack (#71)
Improvements
- Add
PP2_TYPE_UNIQUE_ID
(#67) thanks to @TimWolla - Add
ReadFrom
/WriteTo
to increase performance when proxying wrapped connections usingio.Copy
(#68) thanks to @databus23