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

fix continous growth of app data in pooled requests (#1609)

fixes #1606
fixes #1607
This commit is contained in:
Rob Ede
2020-07-18 16:17:00 +01:00
committed by GitHub
parent 2fd96c03e5
commit 971ba3eee1
3 changed files with 21 additions and 8 deletions

View File

@ -1,6 +1,10 @@
# Changes
## Unreleased - 2020-xx-xx
### Fixed
* Memory leak of app data in pooled requests. [#1609]
[#1609]: https://github.com/actix/actix-web/pull/1609
## 3.0.0-beta.1 - 2020-07-13