Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
api: accept more response codes as valid
Occasionally, we receive a 206 - Partial Content response code. However, the body seems to include full (or at least parsable) data. To avoid any seemingly random failures, we should accept all 2xx response codes as valid responses. Signed-off-by: Dimitrios Karagiannis <[email protected]>
- Loading branch information