Validate and reject unusual requests (#7258)

This commit is contained in:
Krishna Srinivas
2019-02-19 21:02:41 -08:00
committed by Harshavardhana
parent 755e675d5c
commit ce960565b1
2 changed files with 23 additions and 8 deletions

View File

@@ -55,8 +55,8 @@ var globalHandlers = []HandlerFunc{
setBucketForwardingHandler,
// Ratelimit the incoming requests using a token bucket algorithm
setRateLimitHandler,
// Validate all the incoming paths.
setPathValidityHandler,
// Validate all the incoming requests.
setRequestValidityHandler,
// Network statistics
setHTTPStatsHandler,
// Limits all requests size to a maximum fixed limit