mirror of
				https://github.com/caddyserver/caddy.git
				synced 2025-11-03 19:17:29 -05:00 
			
		
		
		
	reverseproxy: Adjust test related to #4201
Commit 7c68809f4e13a7ac7c9e216a69410e7c1966c1df
This commit is contained in:
		
							parent
							
								
									7c68809f4e
								
							
						
					
					
						commit
						32c284b54a
					
				@ -21,7 +21,7 @@ https://example.com {
 | 
			
		||||
			versions h2c 2
 | 
			
		||||
			compression off
 | 
			
		||||
			max_conns_per_host 5
 | 
			
		||||
			max_idle_conns_per_host 2
 | 
			
		||||
			keepalive_idle_conns_per_host 2
 | 
			
		||||
		}
 | 
			
		||||
	}
 | 
			
		||||
}
 | 
			
		||||
@ -79,8 +79,10 @@ https://example.com {
 | 
			
		||||
														"dial_fallback_delay": 5000000000,
 | 
			
		||||
														"dial_timeout": 3000000000,
 | 
			
		||||
														"expect_continue_timeout": 9000000000,
 | 
			
		||||
														"keep_alive": {
 | 
			
		||||
															"max_idle_conns_per_host": 2
 | 
			
		||||
														},
 | 
			
		||||
														"max_conns_per_host": 5,
 | 
			
		||||
														"max_idle_conns_per_host": 2,
 | 
			
		||||
														"max_response_header_size": 30000000,
 | 
			
		||||
														"protocol": "http",
 | 
			
		||||
														"read_buffer_size": 10000000,
 | 
			
		||||
 | 
			
		||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user