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

also try extracting payload config as Data<T> (#1610)

This commit is contained in:
Rob Ede
2020-07-20 17:40:58 +01:00
committed by GitHub
parent 971ba3eee1
commit 43c362779d
2 changed files with 116 additions and 22 deletions

View File

@ -1,10 +1,15 @@
# Changes
## Unreleased - 2020-xx-xx
### Changed
* `PayloadConfig` is now also considered in `Bytes` and `String` extractors when set
using `App::data`. [#1610]
### Fixed
* Memory leak of app data in pooled requests. [#1609]
[#1609]: https://github.com/actix/actix-web/pull/1609
[#1610]: https://github.com/actix/actix-web/pull/1610
## 3.0.0-beta.1 - 2020-07-13