-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add support for HTTP 410 Gone responses (#77)
* Add support for HTTP 410 Gone responses At the moment, if your service returns an HTTP 410 Gone status code, routemaster-drain treats it as a fatal error. This is... somewhat sub-optimal, as we're returning 410s from lots of services on Heroku as we migrate to AWS. This adds a new error type (`ResourceGone`) which is thrown if routemaster-drain receives a 410. * Add note to CHANGELOG
- Loading branch information
Showing
3 changed files
with
15 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters