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

don't hang after dropping mutipart (#2463)

This commit is contained in:
Ali MJ Al-Nasrawy
2021-11-29 05:00:24 +03:00
committed by GitHub
parent cf54388534
commit 654dc64a09
2 changed files with 51 additions and 4 deletions

View File

@ -10,8 +10,10 @@
* Added `Field::name` method for getting the field name. [#2451]
* `MultipartError` now marks variants with inner errors as the source. [#2451]
* `MultipartError` is now marked as non-exhaustive. [#2451]
* Polling `Field` after dropping `Multipart` now fails immediately instead of hanging forever. [#2463]
[#2451]: https://github.com/actix/actix-web/pull/2451
[#2463]: https://github.com/actix/actix-web/pull/2463
## 0.4.0-beta.7 - 2021-10-20