mirror of
https://github.com/zoriya/octokit.net.git
synced 2026-06-01 10:25:36 +00:00
💄 moving things
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user