Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
curl: raise exception when HTTP error code is client error
When curl catched HTTP error 4xx = client error such as "404 Not Found" or "403 Forbidden", it likely our script bug not server side issue, we should re-raise exception immediately instead of retrying. related scylladb#505
- Loading branch information