mirror of
https://github.com/panda3d/panda3d.git
synced 2025-10-02 09:52:27 -04:00
curlopt_forbid_reuse
This commit is contained in:
parent
6c41c5db1d
commit
b387c726b4
@ -233,6 +233,8 @@ do_watchdog(int *status_ptr) {
|
||||
curl_easy_setopt(curl, CURLOPT_ERRORBUFFER, error_buffer);
|
||||
curl_easy_setopt(curl, CURLOPT_USERAGENT, "autorestart");
|
||||
curl_easy_setopt(curl, CURLOPT_FOLLOWLOCATION, 1);
|
||||
curl_easy_setopt(curl, CURLOPT_FRESH_CONNECT, 1);
|
||||
curl_easy_setopt(curl, CURLOPT_FORBID_REUSE, 1);
|
||||
|
||||
res = curl_easy_perform(curl);
|
||||
while (res == 0) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user