v0.3.17
What's Changed
- Add
Error::is_library()
method to check if the originated insideh2
. - 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)