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

Commit 0ad3ee6

Browse files
committed
feature #209 Removed hard timeout setting (Nek-)
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
2 parents 17131e3 + 4453d60 commit 0ad3ee6

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

Goutte/Client.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,6 @@ protected function doRequest($request)
105105
'body' => $body,
106106
'cookies' => $this->getCookieJar()->allRawValues($request->getUri()),
107107
'allow_redirects' => false,
108-
'timeout' => 30,
109108
);
110109

111110
if (!empty($headers)) {

0 commit comments

Comments
 (0)