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 c9f9115 commit e7c6b08Copy full SHA for e7c6b08
Release/tests/functional/http/client/client_construction.cpp
@@ -183,7 +183,7 @@ SUITE(client_construction)
183
184
config.set_ssl_context_callback([&called](boost::asio::ssl::context& ctx) { called = true; });
185
186
- http_client client("https://www.google.com/", config);
+ http_client client(U("https://www.google.com/"), config);
187
188
try
189
{
@@ -204,7 +204,7 @@ SUITE(client_construction)
204
205
206
207
- http_client client("http://www.google.com/", config);
+ http_client client(U("http://www.google.com/"), config);
208
209
210
0 commit comments