(http client) better current request cancellation support when the HttpClient destructor is invoked (see #189)

This commit is contained in:
Benjamin Sergeant
2020-04-29 11:53:23 -07:00
parent fbca513008
commit b45980f0f6
3 changed files with 7 additions and 4 deletions

View File

@ -1,6 +1,10 @@
# Changelog
All changes to this project will be documented in this file.
## [9.5.3] - 2020-04-29
(http client) better current request cancellation support when the HttpClient destructor is invoked (see #189)
## [9.5.2] - 2020-04-27
(cmake) fix cmake broken tls option parsing