4
									
								
								tree.go
									
									
									
									
									
								
							
							
						
						
									
										4
									
								
								tree.go
									
									
									
									
									
								
							@ -487,7 +487,7 @@ walk: // Outer loop for walking the tree
 | 
			
		||||
						}
 | 
			
		||||
 | 
			
		||||
						// ... but we can't
 | 
			
		||||
						value.tsr = (len(path) == end+1)
 | 
			
		||||
						value.tsr = len(path) == end+1
 | 
			
		||||
						return
 | 
			
		||||
					}
 | 
			
		||||
 | 
			
		||||
@ -499,7 +499,7 @@ walk: // Outer loop for walking the tree
 | 
			
		||||
						// No handle found. Check if a handle for this path + a
 | 
			
		||||
						// trailing slash exists for TSR recommendation
 | 
			
		||||
						n = n.children[0]
 | 
			
		||||
						value.tsr = (n.path == "/" && n.handlers != nil)
 | 
			
		||||
						value.tsr = n.path == "/" && n.handlers != nil
 | 
			
		||||
					}
 | 
			
		||||
					return
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
		Reference in New Issue
	
	Block a user