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
Currently, when making an HTTP request to an external service, we check the response code, and log the appropriate error if the response code isn't good.
This does not account for the case where the connection gets closed before a status code is sent, or for any other related http error.
We should catch the error and do the correct thing.
The text was updated successfully, but these errors were encountered:
Currently, when making an HTTP request to an external service, we check the response code, and log the appropriate error if the response code isn't good.
This does not account for the case where the connection gets closed before a status code is sent, or for any other related http error.
We should catch the error and do the correct thing.
The text was updated successfully, but these errors were encountered: