Skip to content

Commit

Permalink
Update LogCurl.cpp
Browse files Browse the repository at this point in the history
  • Loading branch information
SmileYzn authored Sep 24, 2024
1 parent 8d05151 commit 662fe6c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion LogApi/LogCurl.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ void CLogCurl::PostJSON(const char* url, long Timeout, std::string BearerToken,

curl_easy_setopt(ch, CURLOPT_TIMEOUT, (Timeout) > 0 ? Timeout : 5);

curl_easy_setopt(ch, CURLOPT_TCP_KEEPALIVE, 1L);
//curl_easy_setopt(ch, CURLOPT_TCP_KEEPALIVE, 1L);

curl_easy_setopt(ch, CURLOPT_FOLLOWLOCATION, 1L);

Expand Down

0 comments on commit 662fe6c

Please sign in to comment.