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
Clean up caching logic (don't swallow 4xx responses)
We were previously discarding the contents of non-200 responses, but we
want to be more discriminating. We should return any payload if
possible, regardless sub-500 responses, AND cache the response.
0 commit comments