mirror of
				https://github.com/nsnail/Ocelot.git
				synced 2025-11-04 22:10:49 +08:00 
			
		
		
		
	* started messing around with sticky sessions idea * more tests for sticky session thing * more faffing cant make up my mind how to do this * +semver: breaking added sticky session load balancer and changed way load balancer configuration is set by user * #336 made tests BDDFy
		
			
				
	
	
		
			10 lines
		
	
	
		
			116 B
		
	
	
	
		
			INI
		
	
	
	
	
	
			
		
		
	
	
			10 lines
		
	
	
		
			116 B
		
	
	
	
		
			INI
		
	
	
	
	
	
root = true
 | 
						|
 | 
						|
[*]
 | 
						|
end_of_line = lf
 | 
						|
insert_final_newline = true
 | 
						|
 | 
						|
[*.cs]
 | 
						|
indent_style = space
 | 
						|
indent_size = 4
 |