Skip to content

v0.3.17

Compare
Choose a tag to compare
@seanmonstar seanmonstar released this 13 Apr 15:00
· 77 commits to master since this release

What's Changed

  • Add Error::is_library() method to check if the originated inside h2.
  • Add max_pending_accept_reset_streams(usize) option to client and server
    builders.
  • Fix theoretical memory growth when receiving too many HEADERS and then
    RST_STREAM frames faster than an application can accept them off the queue.
    (CVE-2023-26964)