mirror of
				https://github.com/labstack/echo.git
				synced 2025-10-30 23:57:38 +02:00 
			
		
		
		
	Fix typo "+"
This commit is contained in:
		| @@ -692,7 +692,7 @@ func (r *Router) Find(method, path string, c Context) { | ||||
|  | ||||
| 			// update indexes/search in case we need to backtrack when no handler match is found | ||||
| 			paramIndex++ | ||||
| 			searchIndex += +len(search) | ||||
| 			searchIndex += len(search) | ||||
| 			search = "" | ||||
|  | ||||
| 			if h := currentNode.findMethod(method); h != nil { | ||||
|   | ||||
		Reference in New Issue
	
	Block a user