Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions src/telebot-core.c
Original file line number Diff line number Diff line change
Expand Up @@ -295,6 +295,7 @@ telebot_core_curl_perform(telebot_core_handler_t core_h, const char *method, tel
curl_easy_setopt(curl_h, CURLOPT_URL, URL);
curl_easy_setopt(curl_h, CURLOPT_WRITEFUNCTION, write_data_cb);
curl_easy_setopt(curl_h, CURLOPT_WRITEDATA, resp);
curl_easy_setopt(curl_h, CURLOPT_TIMEOUT, 10);

if (core_h->proxy_addr != NULL)
{
Expand Down