Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for asJSON (3.19 sec)

  1. pkg/config/validation/validation.go

    		for matchn, match := range route.Match {
    			dupn, ok := matchesEncountered[asJSON(match)]
    			if ok {
    				reportIneffective(routeName(route, rulen), requestName(match, matchn), routeName(routes[dupn], dupn))
    				duplicateMatches++
    				// no need to handle for totally duplicated match rules
    				continue
    			}
    			matchesEncountered[asJSON(match)] = rulen
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed Jun 12 04:03:33 UTC 2024
    - 107.2K bytes
    - Viewed (0)
Back to top