(http client) Set default values for most HttpRequestArgs struct members (fix #185)

This commit is contained in:
Benjamin Sergeant
2020-04-27 09:43:31 -07:00
parent 20294841b3
commit 5632360fbd
3 changed files with 11 additions and 7 deletions

View File

@ -1,6 +1,10 @@
# Changelog
All changes to this project will be documented in this file.
## [9.5.1] - 2020-04-27
(http client) Set default values for most HttpRequestArgs struct members (fix #185)
## [9.5.0] - 2020-04-25
(ssl) Default to OpenSSL on Windows, since it can load the system certificates by default