Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Issue #159: Panic on invalid response
The metered roundtripper is not checking whether the response is valid before registering the status code. This leads to a panic on that handler. This patch fixes this behavior.
- Loading branch information