diff --git a/Goutte/Client.php b/Goutte/Client.php index cde3ea3..825210b 100644 --- a/Goutte/Client.php +++ b/Goutte/Client.php @@ -105,7 +105,6 @@ protected function doRequest($request) 'body' => $body, 'cookies' => $this->getCookieJar()->allRawValues($request->getUri()), 'allow_redirects' => false, - 'timeout' => 30, ); if (!empty($headers)) {