From 3dd5f3416579920cf038664b7eedad84be185f23 Mon Sep 17 00:00:00 2001 From: Yondon Fu Date: Fri, 19 Nov 2021 15:40:36 -0500 Subject: [PATCH] CHANGELOG_PENDING: Transparently support HTTP/2 While also allowing HTTP/1 via GODEBUG runtime flags. --- CHANGELOG_PENDING.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG_PENDING.md b/CHANGELOG_PENDING.md index 30c59b803e..1e277c2382 100644 --- a/CHANGELOG_PENDING.md +++ b/CHANGELOG_PENDING.md @@ -14,6 +14,7 @@ - \#2085 Set max refresh sessions threshold to 8 (@yondonfu) - \#2083 Return 422 to the push client after max retry attempts for a segment (@jailuthra) - \#2022 Randomize selection of orchestrators in untrusted pool at a random frequency (@yondonfu) +- \#2110 Transparently support HTTP/2 for segment requests while allowing HTTP/1 via GODEBUG runtime flags (@yondonfu) #### Orchestrator