mirror of
https://github.com/zoriya/octokit.net.git
synced 2026-05-25 23:49:09 +00:00
💄
This commit is contained in:
@@ -52,7 +52,7 @@ namespace Octokit.Internal
|
||||
using (var requestMessage = BuildRequestMessage(request))
|
||||
{
|
||||
// Make the request
|
||||
var responseMessage = await http.SendAsync(requestMessage, HttpCompletionOption.ResponseContentRead,cancellationToken)
|
||||
var responseMessage = await http.SendAsync(requestMessage, HttpCompletionOption.ResponseContentRead, cancellationToken)
|
||||
.ConfigureAwait(false);
|
||||
return await BuildResponse<T>(responseMessage).ConfigureAwait(false);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user