diff --git a/.vscode/cspell.json b/.vscode/cspell.json index 3e233627bd..5712fadb72 100644 --- a/.vscode/cspell.json +++ b/.vscode/cspell.json @@ -140,6 +140,7 @@ "gmock", "gtest", "Gzrs", + "harshitkr", "HKEY", "hlocal", "HLOCAL", diff --git a/sdk/core/azure-core/CHANGELOG.md b/sdk/core/azure-core/CHANGELOG.md index c6ee612b86..307125f761 100644 --- a/sdk/core/azure-core/CHANGELOG.md +++ b/sdk/core/azure-core/CHANGELOG.md @@ -8,8 +8,16 @@ ### Bugs Fixed +- [[#6817]](https://github.com/Azure/azure-sdk-for-cpp/issues/6817) Fix CPU spinning when curl_easy_send returns 0 bytes on SSL socket writes. (A community contribution, courtesy of _[harshitkr12](https://github.com/harshitkr12)_) + ### Other Changes +### Acknowledgments + +Thank you to our developer community members who helped to make Azure Core better with their contributions to this release: + +- harshitkr12 _([GitHub](https://github.com/harshitkr12))_ + ## 1.16.1 (2025-09-11) ### Bugs Fixed