Skip to content

Commit 9fc499f

Browse files
committed
succesful connection
1 parent e545d58 commit 9fc499f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/cpp-client/src/connection.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ std::pair<std::string, std::string> WsConnection::make_request(std::string url,
103103

104104
curl_easy_setopt(curl, CURLOPT_HTTPHEADER, list);
105105

106-
std::string connect_url = url + "/status";
106+
std::string connect_url = url + "/status/" + gen_cache(opts);
107107
curl_easy_setopt(curl, CURLOPT_URL, connect_url.c_str());
108108
curl_easy_setopt(curl, CURLOPT_WRITEFUNCTION, write_function);
109109
curl_easy_setopt(curl, CURLOPT_WRITEDATA, &buf);

0 commit comments

Comments
 (0)