Skip to content
This repository was archived by the owner on Nov 1, 2023. It is now read-only.

Commit db7ea4b

Browse files
stishkinstas
and
stas
authored
switch to default HttpCompletion, which is ResponseRead (#3259)
Co-authored-by: stas <[email protected]>
1 parent 2cbc45f commit db7ea4b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/ApiService/ApiService/HttpClient.cs

+1-1
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ private async Task<HttpResponseMessage> Send(HttpMethod method, Uri url, HttpCon
3434
}
3535
}
3636

37-
return await _httpClient.SendAsync(request, HttpCompletionOption.ResponseHeadersRead);
37+
return await _httpClient.SendAsync(request);
3838
}
3939

4040
public async Task<HttpResponseMessage> Get(Uri url, string? json = null) {

0 commit comments

Comments
 (0)