mirror of
https://github.com/jellyfin/jellyfin.git
synced 2025-12-23 01:05:19 +03:00
avoid buffering http responses
This commit is contained in:
@@ -201,7 +201,8 @@ namespace OpenSubtitlesHandler
|
||||
// Response parsing will fail with this enabled
|
||||
EnableHttpCompression = false,
|
||||
|
||||
CancellationToken = cancellationToken
|
||||
CancellationToken = cancellationToken,
|
||||
BufferContent = false
|
||||
};
|
||||
|
||||
if (string.IsNullOrEmpty(options.UserAgent))
|
||||
|
||||
Reference in New Issue
Block a user