From c6329dafc4b2c9f048714489a794cc8fea5e5af0 Mon Sep 17 00:00:00 2001 From: Joel Hendrix Date: Thu, 28 Sep 2023 12:57:29 -0700 Subject: [PATCH] update changelog after rebase --- sdk/azcore/CHANGELOG.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/sdk/azcore/CHANGELOG.md b/sdk/azcore/CHANGELOG.md index f42facf37dc4..38301843f10c 100644 --- a/sdk/azcore/CHANGELOG.md +++ b/sdk/azcore/CHANGELOG.md @@ -43,6 +43,7 @@ * Fixed an issue that could cause some ARM RPs to not be automatically registered. * Block bearer token authentication for non TLS protected endpoints. +* Fixed an issue that could cause an HTTP/2 request to hang when the TCP connection becomes unresponsive. ### Other Changes @@ -57,8 +58,6 @@ ### Bugs Fixed * Suppress creating spans for nested SDK API calls. The HTTP span will be a child of the outer API span. -* Fix default HTTP transport to work in WASM modules. -* Fixed an issue that could cause an HTTP/2 request to hang when the TCP connection becomes unresponsive. ### Other Changes