mirror of
https://github.com/jellyfin/jellyfin.git
synced 2025-12-24 01:34:45 +03:00
Improved http response caching
This commit is contained in:
parent
98841cb6f8
commit
d6a0e8dbc5
@@ -86,7 +86,7 @@ namespace MediaBrowser.Common.Net.Handlers
|
||||
WriteStream = s =>
|
||||
{
|
||||
WriteReponse(s);
|
||||
s.Close();
|
||||
s.Dispose();
|
||||
};
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user