Skip to content

v0.4.5

Latest
Compare
Choose a tag to compare
@seanmonstar seanmonstar released this 17 May 12:37

What's Changed

  • Fix race condition in connection termination by @howardjohn in #772
  • Fix request pseudo-header construction for CONNECT & OPTION methods by @mstyura in #770
  • Replace futures-util with atomic-waker and manual poll_fn by @notgull in #721

New Contributors