Skip to content

actix-http: v3.0.0-rc.2

Pre-release
Pre-release
Compare
Choose a tag to compare
@robjtede robjtede released this 08 Feb 13:34
· 584 commits to master since this release
3f2db9e

Added

  • Implement From<Vec<u8>> for Response<Vec<u8>>. #2625

Changed

  • error::DispatcherError enum is now marked #[non_exhaustive]. #2624

Fixed

  • Issue where handlers that took payload but then dropped without reading it to EOF it would cause keep-alive connections to become stuck. #2624