mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2025-12-21 21:17:37 -08:00
Signed-off-by: Alexey Sokolov <alexey+gentoo@asokolov.org> Closes: https://github.com/gentoo/gentoo/pull/40482 Signed-off-by: Sam James <sam@gentoo.org>
14 lines
370 B
Diff
14 lines
370 B
Diff
https://github.com/yhirose/cpp-httplib/issues/2042
|
|
|
|
--- a/test/test.cc
|
|
+++ b/test/test.cc
|
|
@@ -6189,7 +6189,7 @@ TEST(SSLClientTest, WildcardHostNameMatch_Online) {
|
|
ASSERT_EQ(StatusCode::OK_200, res->status);
|
|
}
|
|
|
|
-TEST(SSLClientTest, Issue2004) {
|
|
+TEST(SSLClientTest, Issue2004_Online) {
|
|
Client client("https://google.com");
|
|
client.set_follow_location(true);
|
|
|