From 5708446d85a5a2bdd7f52beaf1107b80aeb41c8c Mon Sep 17 00:00:00 2001 From: Artem Boldariev Date: Tue, 10 Aug 2021 17:10:30 +0300 Subject: [PATCH] Add changes for [GL #2858] This commit adds information about the fix for the issue #2858 to the CHANGES file. --- CHANGES | 3 +++ 1 file changed, 3 insertions(+) diff --git a/CHANGES b/CHANGES index b05eab5b55..1799997884 100644 --- a/CHANGES +++ b/CHANGES @@ -1,3 +1,6 @@ +5703. [bug] Fix a crash in dig caused by closing an HTTP/2 + socket with an unused HTTP/2 session. [GL #2735] + 5702. [bug] Improve compatibility with DNS-over-HTTPS clients by allowing HTTP/2 request headers in any order. [GL #2875]