1
0
mirror of https://github.com/fafhrd91/actix-web synced 2025-06-25 22:49:21 +02:00

Allow to set peer_addr for TestRequest #1074

This commit is contained in:
Nikolay Kim
2019-12-20 16:11:51 +06:00
parent a08d8dab70
commit 20248daeda
3 changed files with 28 additions and 5 deletions

View File

@ -6,6 +6,8 @@
* Move `BodyEncoding` to `dev` module #1220
* Allow to set `peer_addr` for TestRequest #1074
### Fixed
* Fix `AppConfig::secure()` is always false. #1202