1
0
Fork 0
mirror of https://github.com/actix/actix-web.git synced 2024-05-19 16:58:14 +00:00

fix actix#1313

This commit is contained in:
simorex80 2022-08-08 10:12:00 +02:00 committed by simorex80
parent 4a468b85b2
commit 7452ef252f

View file

@ -14,8 +14,10 @@
### Fixed
- Avoid possibility of dispatcher getting stuck while back-pressuring I/O. [#2369]
- Fix pending stream drop [#2830]
[#2369]: https://github.com/actix/actix-web/pull/2369
[#2830]: https://github.com/actix/actix-web/pull/2830
## 3.2.1 - 2022-07-02