Merge pull request #5388 from rvillablanca/rm-todos
Remove TODO that were done
This commit is contained in:
commit
5b8d4baf5c
1 changed files with 0 additions and 2 deletions
|
@ -552,7 +552,6 @@ rewrite "(?i)%s" %s break;
|
|||
return defProxyPass
|
||||
}
|
||||
|
||||
// TODO: Needs Unit Tests
|
||||
func filterRateLimits(input interface{}) []ratelimit.Config {
|
||||
ratelimits := []ratelimit.Config{}
|
||||
found := sets.String{}
|
||||
|
@ -573,7 +572,6 @@ func filterRateLimits(input interface{}) []ratelimit.Config {
|
|||
return ratelimits
|
||||
}
|
||||
|
||||
// TODO: Needs Unit Tests
|
||||
// buildRateLimitZones produces an array of limit_conn_zone in order to allow
|
||||
// rate limiting of request. Each Ingress rule could have up to three zones, one
|
||||
// for connection limit by IP address, one for limiting requests per minute, and
|
||||
|
|
Loading…
Reference in a new issue