You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
…ersions (derrabus)
This PR was merged into the 4.4 branch.
Discussion
----------
[HttpClient] Revert bindto workaround for unaffected PHP versions
| Q | A
| ------------- | ---
| Branch? | 4.4
| Bug fix? | yes
| New feature? | no
| Deprecations? | no
| Tickets | Fix#41622
| License | MIT
| Doc PR | N/A
This PR reverts the changes of #38086 for PHP versions that don't need that workaround.
Commits
-------
e9afce3 [HttpClient] Revert bindto workaround
Blocks #41552
Symfony version(s) affected: 4.4-dev
Description
Making a request with
NativeHttpClient
on PHP 8.1 will yield aTransportException
with the following error message:When I switch to
CurlHttpClient
, the error is gone.How to reproduce
The text was updated successfully, but these errors were encountered: