Skip to content
Snippets Groups Projects
Commit 6a567334 authored by Marcin Kolanko's avatar Marcin Kolanko
Browse files

Merge branch 'devel' into 'master'

Devel

See merge request !6
parents 737ce4c8 eaca5326
No related branches found
Tags 1.0.3
1 merge request!6Devel
Pipeline #5294 failed with stages
in 3 minutes and 42 seconds
= 1.0.3 - 2020-04-10 =
* Increased Curl connection timeout
= 1.0.2 - 2019-12-06 =
* Fixed issue with headers
......
......@@ -76,7 +76,7 @@ class CurlClient implements HttpClient {
\CURLOPT_CUSTOMREQUEST => $method,
\CURLOPT_HTTPHEADER => $this->compileRequestHeaders( $headers ),
\CURLOPT_URL => $url,
\CURLOPT_CONNECTTIMEOUT => 10,
\CURLOPT_CONNECTTIMEOUT => 25,
\CURLOPT_TIMEOUT => $timeOut,
\CURLOPT_RETURNTRANSFER => \true,
// Return response as string
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment