Skip to content

v0.3.16

Compare
Choose a tag to compare
@seanmonstar seanmonstar released this 27 Feb 18:21
· 84 commits to master since this release

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