mirror of
https://github.com/microsoft/onefuzz.git
synced 2025-06-21 05:42:14 +00:00
switch to default HttpCompletion, which is ResponseRead (#3259)
Co-authored-by: stas <statis@microsoft.com>
This commit is contained in:
@ -34,7 +34,7 @@ public class Request {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
return await _httpClient.SendAsync(request, HttpCompletionOption.ResponseHeadersRead);
|
return await _httpClient.SendAsync(request);
|
||||||
}
|
}
|
||||||
|
|
||||||
public async Task<HttpResponseMessage> Get(Uri url, string? json = null) {
|
public async Task<HttpResponseMessage> Get(Uri url, string? json = null) {
|
||||||
|
Reference in New Issue
Block a user