diff --git a/.vscode/cspell.json b/.vscode/cspell.json index 4e384b708..625b44e0f 100644 --- a/.vscode/cspell.json +++ b/.vscode/cspell.json @@ -34,6 +34,7 @@ "ABFS", "ABNF", "Adls", + "ahojnnes", "Aloctl", "azcore", "azsdk", diff --git a/sdk/core/azure-core/CHANGELOG.md b/sdk/core/azure-core/CHANGELOG.md index 51ebbfecd..1550dfc64 100644 --- a/sdk/core/azure-core/CHANGELOG.md +++ b/sdk/core/azure-core/CHANGELOG.md @@ -8,7 +8,7 @@ ### Bugs Fixed -- [[#4206]](https://github.com/Azure/azure-sdk-for-cpp/issues/4206) Azurite parallel connectivity problem. +- [[#4206]](https://github.com/Azure/azure-sdk-for-cpp/issues/4206) Fixed connectivity issues which can occur if a TCP connection is dropped prematurely. (A community contribution, courtesy of _[ahojnnes](https://github.com/ahojnnes)_) ### Acknowledgments