1
0
mirror of https://github.com/fafhrd91/actix-web synced 2025-06-26 15:07:42 +02:00

awc: correctly handle redirections that begins with // (#2840)

This commit is contained in:
liushuyu
2022-08-24 20:12:58 -06:00
committed by GitHub
parent ea764b1d57
commit c9f91796df
2 changed files with 50 additions and 0 deletions

View File

@ -4,6 +4,11 @@
### Changed
- Minimum supported Rust version (MSRV) is now 1.57 due to transitive `time` dependency.
### Fixed
- Fixed handling of redirection requests that begin with `//`. [#2840]
[#2840]: https://github.com/actix/actix-web/pull/2840
## 3.0.0 - 2022-03-07
### Dependencies