💄 moving things

This commit is contained in:
Brendan Forster
2015-05-08 17:59:28 +09:30
parent a9abd0942e
commit 288839543d
+1 -2
View File
@@ -50,6 +50,7 @@ namespace Octokit.Internal
httpOptions.Proxy = _webProxy;
}
var http = new HttpClient(httpOptions);
var cancellationTokenForRequest = cancellationToken;
if (request.Timeout != TimeSpan.Zero)
@@ -60,8 +61,6 @@ namespace Octokit.Internal
cancellationTokenForRequest = unifiedCancellationToken.Token;
}
var http = new HttpClient(httpOptions);
using (var requestMessage = BuildRequestMessage(request))
{
// Make the request