diff options
| author | Alexey Sokolov <alexey+gentoo@asokolov.org> | 2025-02-07 23:52:47 +0000 |
|---|---|---|
| committer | Sam James <sam@gentoo.org> | 2025-02-08 03:09:24 +0000 |
| commit | c7fab4a9cb79e0cb5346a256490db91f41077cdd (patch) | |
| tree | eb3d297266e000e8c26ae8fc787c62fcbc4ff1c9 /dev-cpp/cpp-httplib/files/cpp-httplib-0.18.6-onlinetest.patch | |
| parent | b676540a67349a43d39b0efbbd1a14cd5f2ec70f (diff) | |
| download | gentoo-c7fab4a9cb79e0cb5346a256490db91f41077cdd.tar.gz gentoo-c7fab4a9cb79e0cb5346a256490db91f41077cdd.tar.bz2 gentoo-c7fab4a9cb79e0cb5346a256490db91f41077cdd.zip | |
dev-cpp/cpp-httplib: add 0.18.6
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>
Diffstat (limited to 'dev-cpp/cpp-httplib/files/cpp-httplib-0.18.6-onlinetest.patch')
| -rw-r--r-- | dev-cpp/cpp-httplib/files/cpp-httplib-0.18.6-onlinetest.patch | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/dev-cpp/cpp-httplib/files/cpp-httplib-0.18.6-onlinetest.patch b/dev-cpp/cpp-httplib/files/cpp-httplib-0.18.6-onlinetest.patch new file mode 100644 index 000000000000..6a12251a644f --- /dev/null +++ b/dev-cpp/cpp-httplib/files/cpp-httplib-0.18.6-onlinetest.patch @@ -0,0 +1,13 @@ +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); + |
