forked from pool/cpp-httplib
* Fix ranges that are not in the form 0-n do not work #2157 * Fix windows req/res very slow compared to Linux #1777 * Add CPPHTTPLIB_HEADER_MAX_COUNT * Windows ::isdigit compilation error #2135 * Specify version in meson.build #2139 * Detect if afunix.h exists #2145 * Feature request: let the Request& know which route matched #2101 * Feature/multipart headers #2152 OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/cpp-httplib?expand=0&rev=34
14 lines
453 B
Diff
14 lines
453 B
Diff
Index: cpp-httplib-0.18.6/test/test.cc
|
|
===================================================================
|
|
--- cpp-httplib-0.18.6.orig/test/test.cc
|
|
+++ cpp-httplib-0.18.6/test/test.cc
|
|
@@ -6189,7 +6189,7 @@ TEST(SSLClientTest, WildcardHostNameMatc
|
|
ASSERT_EQ(StatusCode::OK_200, res->status);
|
|
}
|
|
|
|
-TEST(SSLClientTest, Issue2004) {
|
|
+TEST(SSLClientTest, Issue2004_Online) {
|
|
Client client("https://google.com");
|
|
client.set_follow_location(true);
|
|
|