mirror of
				https://github.com/nsnail/Ocelot.git
				synced 2025-11-04 20:10:50 +08:00 
			
		
		
		
	Update HttpClientBuilder.cs (#442)
if get the httpclient from cache,when the save method called ,it can not to save the right httpclient;
This commit is contained in:
		
				
					committed by
					
						
						Tom Pallister
					
				
			
			
				
	
			
			
			
						parent
						
							b60d26e1c6
						
					
				
				
					commit
					ddbfd44125
				
			@@ -40,6 +40,7 @@ namespace Ocelot.Requester
 | 
			
		||||
 | 
			
		||||
            if (httpClient != null)
 | 
			
		||||
            {
 | 
			
		||||
                _client = httpClient;
 | 
			
		||||
                return httpClient;
 | 
			
		||||
            }
 | 
			
		||||
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user