coredns/middleware/pkg
Miek Gieben c4ab98c6e3 Add middleware.NextOrFailure (#462)
This checks if the next middleware to be called is nil, and if so returns
ServerFailure and an error. This makes the next calling more robust and
saves some lines of code.

Also prefix the error with the name of the middleware to aid in
debugging.
2016-12-20 18:58:05 +00:00
..
debug Add middleware.NextOrFailure (#462) 2016-12-20 18:58:05 +00:00
dnsrecorder middleware/metrics: export actual size (#448) 2016-11-29 11:02:43 +00:00
dnsutil Add middleware.NextOrFailure (#462) 2016-12-20 18:58:05 +00:00
edns Fix various issues with formatting and typos (#424) 2016-11-13 14:03:12 +00:00
rcode Fix various issues with formatting and typos (#424) 2016-11-13 14:03:12 +00:00
replacer middleware/log: make {size} the length of the request (#449) 2016-11-30 20:44:00 +00:00
response middleware/cache: only cache query and responses (#397) 2016-11-07 16:27:50 +00:00
singleflight Cleanup: put middleware helper functions in pkgs (#245) 2016-09-07 11:10:16 +01:00
storage Fix various issues with formatting and typos (#424) 2016-11-13 14:03:12 +00:00
strings Lister refactor kubernetes/kubernetes#33269 2016-09-23 10:23:11 -03:00