From 4537c8908694b8b0746409b87b1b62b79be39b7a Mon Sep 17 00:00:00 2001 From: Patrik Ragnarsson Date: Tue, 18 Aug 2020 17:59:56 +0200 Subject: [PATCH] Add #2338 to list of bugfixes [ci skip] --- History.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/History.md b/History.md index 28570e64fd..d7f22b3e14 100644 --- a/History.md +++ b/History.md @@ -33,7 +33,7 @@ * Log binding on http:// for TCP bindings to make it clickable * Bugfixes - * Improve shutdown reliability (#2312) + * Improve shutdown reliability (#2312, #2338) * Close client http connections made to an ssl server with TLSv1.3 (#2116) * Do not set user_config to quiet by default to allow for file config (#2074) * Always close SSL connection in Puma::ControlCLI (#2211)