Skip to content

Commit 2065221

Browse files
committed
Issue #2703471 by pribeh: Warning: invalid argument: option 91 in Guzzle/Curlehandle.
1 parent cde01ef commit 2065221

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

elasticsearch_connector.module

-1
Original file line numberDiff line numberDiff line change
@@ -794,7 +794,6 @@ function elasticsearch_connector_load_library($cluster) {
794794
'hosts' => array($cluster->url),
795795
'guzzleOptions' => array(
796796
'curl.options' => array(
797-
CURLOPT_DNS_USE_GLOBAL_CACHE => TRUE,
798797
CURLOPT_IPRESOLVE => CURL_IPRESOLVE_V4,
799798
CURLOPT_CONNECTTIMEOUT => (!empty($cluster->options['timeout']) ? $cluster->options['timeout'] : ELASTICSEARCH_CONNECTOR_DEFAULT_TIMEOUT)
800799
)

0 commit comments

Comments
 (0)