mirror of
https://github.com/nsnail/Ocelot.git
synced 2025-04-22 06:42: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)
|
if (httpClient != null)
|
||||||
{
|
{
|
||||||
|
_client = httpClient;
|
||||||
return httpClient;
|
return httpClient;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user