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 89cd805 commit 16c1619Copy full SHA for 16c1619
libs/network/test/http/client_get_streaming_test.cpp
@@ -26,7 +26,7 @@ struct body_handler {
26
TYPED_TEST_CASE(HTTPClientTest, ClientTypes);
27
28
TYPED_TEST(HTTPClientTest, GetStreamingTest) {
29
- typename TypeParam::request request("http://www.boost.org");
+ typename TypeParam::request request("https://www.boost.org");
30
typename TypeParam::response response;
31
typename TypeParam::string_type body_string;
32
typename TypeParam::string_type dummy_body;
0 commit comments