From b9942bcb3dda79dbd0cf81ada19842ab06d15802 Mon Sep 17 00:00:00 2001 From: asonix Date: Thu, 4 Sep 2025 17:57:53 -0500 Subject: [PATCH] Add changelog entry for h1 shutdown --- actix-http/CHANGES.md | 1 + 1 file changed, 1 insertion(+) diff --git a/actix-http/CHANGES.md b/actix-http/CHANGES.md index 718f67922..f203e3f46 100644 --- a/actix-http/CHANGES.md +++ b/actix-http/CHANGES.md @@ -3,6 +3,7 @@ ## Unreleased - Properly wake Payload receivers when feeding errors or EOF +- Shutdown connections when HTTP Responses are written without reading full Requests ## 3.11.1