From 9863237388f67fe7abfea5ad02ffc924981f2f9a Mon Sep 17 00:00:00 2001 From: Kevin Rauwolf Date: Thu, 2 Jun 2022 14:56:00 -0700 Subject: [PATCH] Added change note for payload read buffer flush #2764 --- actix-http/CHANGES.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/actix-http/CHANGES.md b/actix-http/CHANGES.md index 71132c6b2..f9323cc72 100644 --- a/actix-http/CHANGES.md +++ b/actix-http/CHANGES.md @@ -1,6 +1,8 @@ # Changes -## Unreleased - 2021-xx-xx +## Unreleased - 2022-xx-xx +### Fixed +- Consume bytes from read buffer when `Payload` is dropped early. [#2764] ## 3.0.4 - 2022-03-09