Merge branch 'master' into develop

This commit is contained in:
Tom Gardham-Pallister
2018-06-29 19:03:55 +01:00

View File

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