From f9d9cccb007656a5bca6ff7b8221fcc87c55fe50 Mon Sep 17 00:00:00 2001 From: Akshay Mankar Date: Tue, 12 Dec 2023 16:01:33 +0100 Subject: [PATCH] changelog --- changelog.d/3-bug-fixes/warp-connection-close | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 changelog.d/3-bug-fixes/warp-connection-close diff --git a/changelog.d/3-bug-fixes/warp-connection-close b/changelog.d/3-bug-fixes/warp-connection-close new file mode 100644 index 00000000000..cd7542f057d --- /dev/null +++ b/changelog.d/3-bug-fixes/warp-connection-close @@ -0,0 +1,3 @@ +Ensure that HTTP 1.1 connections are grafully closed + +To fix this warp had to be patched to fix the bug upstream: https://github.com/yesodweb/wai/pull/958 \ No newline at end of file