Merge branch 'master' into develop

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

View File

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