ModernHttpClient 2.1.2
What's New
Bug Fixes
- Fix issue where headers with multiple values weren't handled correctly (#84, thanks @rickykaare)
- Correctly signal success when using custom TLS certificate verification (#85, thanks @brendanzagaeski)
- Handle validation of wildcard certificates (#86, thanks @rickykaare)
- Always derive from
HttpClientHandler
in NativeMessageHandler (thanks @damiensawyer)