mirror of
https://github.com/yhirose/cpp-httplib.git
synced 2026-08-11 12:51:24 +00:00
Fix #2042
This commit is contained in:
@@ -6189,7 +6189,7 @@ TEST(SSLClientTest, WildcardHostNameMatch_Online) {
|
|||||||
ASSERT_EQ(StatusCode::OK_200, res->status);
|
ASSERT_EQ(StatusCode::OK_200, res->status);
|
||||||
}
|
}
|
||||||
|
|
||||||
TEST(SSLClientTest, Issue2004) {
|
TEST(SSLClientTest, Issue2004_Online) {
|
||||||
Client client("https://google.com");
|
Client client("https://google.com");
|
||||||
client.set_follow_location(true);
|
client.set_follow_location(true);
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user