http-v3.2.2
actix/actix-webhttp-v3.2.2Sep 11, 2022by robjtede
AI Summary
This release updates the Minimum Supported Rust Version (MSRV) to 1.59 and fixes a critical bug where the dispatcher could get stuck while back-pressuring I/O.
Key Highlights
- Fixed dispatcher stuck issue during back-pressuring I/O
- Minimum supported Rust version (MSRV) is now 1.59
Full Release Notes
### Changed - Minimum supported Rust version (MSRV) is now 1.59 due to transitive `time` dependency. ### Fixed - Avoid possibility of dispatcher getting stuck while back-pressuring I/O. [#2369] [#2369]: https://github.com/actix/actix-web/pull/2369