traefik/server
Marco Jantke f79317a435 retry only on real network errors
Now retries only happen when actual network errors occur and not only
anymore based on the HTTP status code. This is because the backend could
also send this status codes as their normal interface and in that case
we don't want to retry.
2017-06-19 20:13:46 +02:00
..
adapters.go refactor: Logs & errors review. 2017-05-30 23:33:27 +02:00
configuration.go enable logging to stdout for access logs 2017-06-13 23:43:38 +02:00
errorhandler.go retry only on real network errors 2017-06-19 20:13:46 +02:00
errorhandler_test.go retry only on real network errors 2017-06-19 20:13:46 +02:00
rules.go refactor: Logs & errors review. 2017-05-30 23:33:27 +02:00
rules_test.go test: use MustNewRequest. 2017-06-09 23:55:49 +02:00
server.go retry only on real network errors 2017-06-19 20:13:46 +02:00
server_test.go add metrics for backend_retries_total 2017-06-07 08:56:50 +02:00
web.go refactor: Logs & errors review. 2017-05-30 23:33:27 +02:00