v0.3.16
What's Changed
- Set
Protocol
extension on requests when received Extended CONNECT requests. - Remove
B: Unpin + 'static
bound requiremented of bufs - Fix releasing of frames when stream is finished, reducing memory usage.
- Fix panic when trying to send data and connection window is available, but stream window is not.
- Fix spurious wakeups when stream capacity is not available.
New Contributors
- @vi made their first contribution in #646
- @silence-coding made their first contribution in #651
- @gtsiam made their first contribution in #649
- @howardjohn made their first contribution in #658
- @cloneable made their first contribution in #655
- @aftersnow made their first contribution in #657
- @vadim-eg made their first contribution in #661