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
Description
For a third-party library that I am using I have to inject a Psr\Http\Client\ClientInterface. I am using the Symfony\Component\HttpClient\Psr18Client for this. The framework even autowired this, which is nice.
Unfortunately after upgrading from 5.0 to 5.1, it's no longer working. The error that is thrown is not thrown by the Symfony client, but in GuzzleHttp\Psr7\Stream: Unable to seek to stream position 0 with whence 0 (see reproducer for full trace). Which is only thrown when on symfony/http-client:5.1.*. Maybe someone has any insights in 5.1 changes that could be related to this?