wip: refactor: reconsider timeouts of connections
This commit is contained in:
		
					parent
					
						
							
								cc48394e73
							
						
					
				
			
			
				commit
				
					
						d526ce6cb4
					
				
			
		
					 8 changed files with 35 additions and 39 deletions
				
			
		|  | @ -8,6 +8,7 @@ use crate::{ | |||
|   log::*, | ||||
| }; | ||||
| use async_trait::async_trait; | ||||
| use chrono::Duration; | ||||
| use http::{Request, Response, Version}; | ||||
| use hyper::body::{Body, Incoming}; | ||||
| use hyper_util::client::legacy::{ | ||||
|  | @ -184,6 +185,7 @@ where | |||
|           let mut http = HttpConnector::new(); | ||||
|           http.enforce_http(false); | ||||
|           http.set_reuse_address(true); | ||||
|           http.set_keepalive(Some(_globals.proxy_config.upstream_idle_timeout)); | ||||
|           hyper_tls::HttpsConnector::from((http, tls.into())) | ||||
|         }) | ||||
|     }; | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue
	
	 Jun Kurihara
				Jun Kurihara