Skip to content

Commit 89c1e44

Browse files
committed
Adding necessary lambda capture for json ssl test.
1 parent 73f31ff commit 89c1e44

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Release/tests/functional/http/client/outside_tests.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -233,7 +233,7 @@ TEST_FIXTURE(uri_address, outside_ssl_json)
233233
// Send request
234234
web::http::client::http_client playlistClient(playlistUri.to_uri());
235235

236-
handle_timeout([]
236+
handle_timeout([&]
237237
{
238238
// Retry up to 4 times.
239239
for (int i = 0; i < 4; ++i)

0 commit comments

Comments
 (0)