mirror of
https://github.com/yhirose/cpp-httplib.git
synced 2026-01-19 04:52:08 +00:00
Fix #2324
This commit is contained in:
@@ -11017,7 +11017,7 @@ TEST(MakeHostAndPortStringTest, VariousPatterns) {
|
||||
}
|
||||
|
||||
#ifdef CPPHTTPLIB_OPENSSL_SUPPORT
|
||||
TEST(SSLClientHostHeaderTest, Issue2301) {
|
||||
TEST(SSLClientHostHeaderTest, Issue2301_Online) {
|
||||
httplib::SSLClient cli("roblox.com", 443);
|
||||
cli.set_follow_location(true);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user