From 7452ef252f69660ccda0efbaf1b3a36721077fbe Mon Sep 17 00:00:00 2001 From: simorex80 Date: Mon, 8 Aug 2022 10:12:00 +0200 Subject: [PATCH] fix actix#1313 --- actix-http/CHANGES.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/actix-http/CHANGES.md b/actix-http/CHANGES.md index 816d4b71f..b093389d8 100644 --- a/actix-http/CHANGES.md +++ b/actix-http/CHANGES.md @@ -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