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
I use http-client in multimode, around with 20 parallel threads, around 1/10000 request running into a fatal error which is triggered by CurlResponse __destruct()
In __destruct(), $this->doDestruct() is called, which can throw error with $this->checkStatusCode();