From 5f05cf97c7f86fff2ad77c8d13c1f21cf10e7c60 Mon Sep 17 00:00:00 2001 From: Evan Hunt Date: Fri, 22 Oct 2021 22:22:38 -0700 Subject: [PATCH] CHANGES for [GL #2973] --- CHANGES | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CHANGES b/CHANGES index e2e7dff829..3432aadf15 100644 --- a/CHANGES +++ b/CHANGES @@ -1,3 +1,7 @@ +5755. [bug] The statistics channel wasn't correctly handling + multiple HTTP requests, or pipelined or truncated + requests. [GL #2973] + 5754. [bug] "tls" statements may omit "key-file" and "cert-file", but if either one is specified, then both must be. [GL #2986]