Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: ensure cacheTransport returns an error for non-200 responses (#1381
) Currently there is a bug in `cacheTransport` I found when working on #1378 where non-success status codes do not result in a returned `error` (despite exiting early) resulting in other confusing/hard to debug problems later on. Signed-off-by: Luke Young <[email protected]>
- Loading branch information