Skip to content
This repository has been archived by the owner on Apr 1, 2023. It is now read-only.

Commit

Permalink
Removed hard timeout setting
Browse files Browse the repository at this point in the history
  • Loading branch information
Nek- committed May 5, 2015
1 parent 17131e3 commit 4453d60
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Goutte/Client.php
Expand Up @@ -105,7 +105,6 @@ protected function doRequest($request)
'body' => $body,
'cookies' => $this->getCookieJar()->allRawValues($request->getUri()),
'allow_redirects' => false,
'timeout' => 30,
);

if (!empty($headers)) {
Expand Down

0 comments on commit 4453d60

Please sign in to comment.