Commit 8b8f40cb authored by Gavin Staniforth's avatar Gavin Staniforth Committed by GitHub

fix(client): set the connection_timeout for Guzzle v3

parent aa463671
...@@ -76,7 +76,7 @@ class Guzzle3 extends Configurable implements AdapterInterface ...@@ -76,7 +76,7 @@ class Guzzle3 extends Configurable implements AdapterInterface
$this->getRequestBody($request), $this->getRequestBody($request),
array( array(
'timeout' => $endpoint->getTimeout(), 'timeout' => $endpoint->getTimeout(),
'connecttimeout' => $endpoint->getTimeout(), 'connect_timeout' => $endpoint->getTimeout(),
) )
); );
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment