mirror of
https://github.com/yhirose/cpp-httplib
synced 2026-06-08 18:30:49 +00:00
Fix #2324
This commit is contained in:
+1
-1
@@ -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