Commit 75ea134d authored by Bas de Nooijer's avatar Bas de Nooijer Committed by GitHub

Merge pull request #496 from gsdevme/patch-1

fix(client): set the connection_timeout for Guzzle v3
parents 8053311b 8b8f40cb
......@@ -76,7 +76,7 @@ class Guzzle3 extends Configurable implements AdapterInterface
$this->getRequestBody($request),
array(
'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