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

Fix leaks with actix_http's client (#1580)

This commit is contained in:
Patrick Tescher
2020-07-10 14:35:22 -07:00
committed by GitHub
parent a2662b928b
commit e10eb648d9
4 changed files with 81 additions and 72 deletions

View File

@ -7,6 +7,7 @@
* Migrate cookie handling to `cookie` crate.
* Update `sha-1` to 0.9
* MSRV is now 1.41.1
* Fix client leak [#1580]
## [2.0.0-alpha.4] - 2020-05-21