Skip to content
Snippets Groups Projects

Devel

Merged Krzysztof Dyszczyk requested to merge devel into master
2 files
+ 4
1
Compare changes
  • Side-by-side
  • Inline
Files
2
+ 1
1
@@ -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
Loading