mirror of
https://github.com/zeek/zeek.git
synced 2025-10-10 18:48:20 +00:00
Temporarily removing the ES timeout because it works with signals and is incompatible with Bro threads.
This commit is contained in:
parent
1826827359
commit
0c4c5ff335
1 changed files with 1 additions and 1 deletions
|
@ -369,7 +369,7 @@ bool ElasticSearch::HTTPSend(CURL *handle)
|
||||||
// The best (only?) way to disable that is to just use HTTP 1.0
|
// The best (only?) way to disable that is to just use HTTP 1.0
|
||||||
curl_easy_setopt(handle, CURLOPT_HTTP_VERSION, CURL_HTTP_VERSION_1_0);
|
curl_easy_setopt(handle, CURLOPT_HTTP_VERSION, CURL_HTTP_VERSION_1_0);
|
||||||
|
|
||||||
curl_easy_setopt(handle, CURLOPT_TIMEOUT_MS, transfer_timeout);
|
//curl_easy_setopt(handle, CURLOPT_TIMEOUT_MS, transfer_timeout);
|
||||||
|
|
||||||
CURLcode return_code = curl_easy_perform(handle);
|
CURLcode return_code = curl_easy_perform(handle);
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue