From 95fe9664e54a19dc920251c4d812ab80c1a09bb4 Mon Sep 17 00:00:00 2001 From: Rob Ede Date: Wed, 2 Feb 2022 20:09:05 +0000 Subject: [PATCH] update changeloge --- actix-http/CHANGES.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/actix-http/CHANGES.md b/actix-http/CHANGES.md index e407c397b..afc988d43 100644 --- a/actix-http/CHANGES.md +++ b/actix-http/CHANGES.md @@ -2,13 +2,13 @@ ## Unreleased - 2021-xx-xx ### Changed -- `error::DispatcherError` enum is now marked `#[non_exhaustive]`. [#????] +- `error::DispatcherError` enum is now marked `#[non_exhaustive]`. [#2624] ### Fixed -- Issue where handlers that took payload but then dropped without reading it to EOF it would cause keep-alive connections to become stuck. [#????] +- Issue where handlers that took payload but then dropped without reading it to EOF it would cause keep-alive connections to become stuck. [#2624] -[#2611]: https://github.com/actix/actix-web/pull/2611 +[#2624]: https://github.com/actix/actix-web/pull/2624 ## 3.0.0-rc.1 - 2022-01-31