From 95452d9a47ecae747b60e1bcd6f5c7016b402a45 Mon Sep 17 00:00:00 2001 From: Aram Sargsyan Date: Wed, 20 Jul 2022 10:27:29 +0000 Subject: [PATCH] Add CHANGES not for [GL #3463] (cherry picked from commit a00d787f2cf909fe0d8dce016488916997e8d67e) --- CHANGES | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CHANGES b/CHANGES index 801bc38604..1dade4b8ca 100644 --- a/CHANGES +++ b/CHANGES @@ -1,3 +1,7 @@ +5946. [bug] Fix statistics channel's handling of multiple HTTP + requests in a single connection which have non-empty + request bodies. [GL #3463] + 5945. [bug] If parsing /etc/bind.key failed, delv could assert when trying to parse the built in trust anchors as the parser hadn't been reset. [GL !6468]