We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7ccf861 commit 3d853d6Copy full SHA for 3d853d6
test/test.cc
@@ -9972,6 +9972,7 @@ TEST(RedirectTest, RedirectToUrlWithPlusInQueryParameters) {
9972
}
9973
9974
9975
+#ifdef CPPHTTPLIB_OPENSSL_SUPPORT
9976
TEST(RedirectTest, Issue2185) {
9977
SSLClient client("github.com");
9978
client.set_follow_location(true);
@@ -9983,6 +9984,7 @@ TEST(RedirectTest, Issue2185) {
9983
9984
EXPECT_EQ(StatusCode::OK_200, res->status);
9985
EXPECT_EQ(9920427U, res->body.size());
9986
9987
+#endif
9988
9989
TEST(VulnerabilityTest, CRLFInjection) {
9990
Server svr;
0 commit comments