From 455c26264931d606f2a47cb1db770d7540bf3b20 Mon Sep 17 00:00:00 2001 From: Mark Andrews Date: Fri, 16 Feb 2024 11:53:23 +1100 Subject: [PATCH] Add CHANGES entry for [GL #2744] (cherry picked from commit 5be6ceebc47e8f87aaa215fedb8618821dbc4e79) --- CHANGES | 3 +++ 1 file changed, 3 insertions(+) diff --git a/CHANGES b/CHANGES index ac9529a04a..19cbb8046c 100644 --- a/CHANGES +++ b/CHANGES @@ -9,6 +9,9 @@ 6393. [func] Deal with uv_tcp_close_reset() error return codes more gracefully. [GL #4708] +6392. [bug] Use a completely new memory context when flushing the + cache. [GL #2744] + 6391. [bug] TCP client statistics could sometimes fail to decrease when accepting client connection fails. [GL #4742]