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
Here is the warning (please add it next time): PHP Warning: stream_set_blocking(): Symfony\Component\HttpClient\Response\StreamWrapper::stream_set_option is not implemented!
So, let's implement it :)
That's possible only for NativeHttpClient, which is the one that will populate the StreamWrapper::$handle property.
Description
If I do the following code, I will get an error because Symfony StreamWrapper does not support
stream_set_option
.The text was updated successfully, but these errors were encountered: