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:
liuyuedeyv 2018-06-30 02:02:35 +08:00 committed by Tom Pallister
parent b60d26e1c6
commit ddbfd44125

View File

@ -40,6 +40,7 @@ namespace Ocelot.Requester
if (httpClient != null) if (httpClient != null)
{ {
_client = httpClient;
return httpClient; return httpClient;
} }