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

Send headers within the redirect requests. (#2310)

This commit is contained in:
Omid Rad
2021-09-01 21:16:41 +02:00
committed by GitHub
parent 93112644d3
commit 53ec66caf4
2 changed files with 303 additions and 65 deletions

View File

@ -1,7 +1,10 @@
# Changes
## Unreleased - 2021-xx-xx
### Changed
* Send headers within the redirect requests. [#2310]
[#2310]: https://github.com/actix/actix-web/pull/2310
## 3.0.0-beta.7 - 2021-06-26
### Changed