mirror of
https://github.com/nsnail/Ocelot.git
synced 2025-04-23 00:32: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:
parent
b60d26e1c6
commit
ddbfd44125
@ -40,6 +40,7 @@ namespace Ocelot.Requester
|
||||
|
||||
if (httpClient != null)
|
||||
{
|
||||
_client = httpClient;
|
||||
return httpClient;
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user