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

Commit

Permalink
feature #209 Removed hard timeout setting (Nek-)
Browse files Browse the repository at this point in the history
This PR was merged into the 2.0-dev branch.

Discussion
----------

Removed hard timeout setting

I didn't add any test because i'm not sure "being able to set a timeout in guzzle" is a feature of Goutte :-) .
Feel free to tell me if i should add one.

| Q             | A
| ------------- | ---
| Bug fix?      | yes
| New feature?  | no
| BC breaks?    | no
| Deprecations? | no
| Tests pass?   | yes
| Fixed tickets | #177
| License       | MIT

Commits
-------

4453d60 Removed hard timeout setting
  • Loading branch information
fabpot committed May 5, 2015
2 parents 17131e3 + 4453d60 commit 0ad3ee6
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Goutte/Client.php
Original file line number Diff line number Diff line change
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 0ad3ee6

Please sign in to comment.