mirror of
https://github.com/yhirose/cpp-httplib.git
synced 2025-05-14 16:58:30 +00:00
Fix #2042
This commit is contained in:
parent
eb30f15363
commit
708f860e3a
1 changed files with 1 additions and 1 deletions
|
@ -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);
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue