mirror of
https://github.com/jellyfin/jellyfin.git
synced 2025-12-21 16:25:28 +03:00
avoid buffering http responses
This commit is contained in:
@@ -273,7 +273,8 @@ namespace MediaBrowser.Api.Images
|
||||
{
|
||||
var result = await _httpClient.GetResponse(new HttpRequestOptions
|
||||
{
|
||||
Url = url
|
||||
Url = url,
|
||||
BufferContent = false
|
||||
|
||||
}).ConfigureAwait(false);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user