We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
4.4.34
After upgrading from 4.4.33 to 4.4.34 CurlHttpClient is giving me "Idle timeout reached for..." errors when requesting any url.
CurlHttpClient
$response = HttpClient::create()->request('GET', 'https://symfony.com'); dd($response->getStatusCode()); // hangs then throws:
In ErrorChunk.php line 64: [Symfony\Component\HttpClient\Exception\TransportException] Idle timeout reached for "https://symfony.com/".
Reverting #43961 fixed the issue for me.
No response
The text was updated successfully, but these errors were encountered:
c552709
No branches or pull requests
Symfony version(s) affected
4.4.34
Description
After upgrading from 4.4.33 to 4.4.34
CurlHttpClient
is giving me "Idle timeout reached for..." errors when requesting any url.How to reproduce
Possible Solution
Reverting #43961 fixed the issue for me.
Additional Context
No response
The text was updated successfully, but these errors were encountered: