We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c43cf7a commit dfe5ab7Copy full SHA for dfe5ab7
src/HttpClientFactory/Polly/src/PolicyHttpMessageHandler.cs
@@ -167,7 +167,7 @@ protected virtual async Task<HttpResponseMessage> SendCoreAsync(HttpRequestMessa
167
disposable.Dispose();
168
}
169
170
- var result = await base.SendAsync(request, cancellationToken);
+ var result = await base.SendAsync(request, cancellationToken).ConfigureAwait(false);
171
172
request.Properties[PriorResponseKey] = result;
173
0 commit comments