-
Notifications
You must be signed in to change notification settings - Fork 181
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
…#1106) * Add NetworkOptions to test deps * Failing test for #1104 * infer socket_type_tls from sslconfig, if provided Fixes #1104. This PR only affects client requests, because those were the only ones broken. For now OpenSSL is not supported in HTTP.jl servers (and, honestly, maybe that's a good thing, OpenSSL is kinda crap). I didn't just revert the change to SOCKET_TYPE_TLS[] because that change has been released for months and users may now be relying on `sslconfig` accepting an `OpenSSL.SSLContext` value, just as I was relying on it accepting an `MbedTLS.SSLConfig` value. * Delete test/Manifest.toml
- Loading branch information
Showing
3 changed files
with
71 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters