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
prevent HttpPing from crashing on GuzzleHttp\Exception\ServerException (#12)
* prevent command from crashing on GuzzleHttp\Exception\ServerException 5xx errors
* if http ping failed with timeout after successful one, it should have 500 status code
* check that response is not null on RequestException
* set response code to NULL on exception
0 commit comments