Remove unconditional caching, modified since header and use ETags

This commit is contained in:
Claus Vium
2019-01-22 21:18:48 +01:00
parent edcfd8b565
commit fd6d35e1d0
2 changed files with 23 additions and 33 deletions

View File

@@ -21,7 +21,7 @@ namespace Emby.Server.Implementations.HttpServer
private long RangeStart { get; set; }
private long RangeEnd { get; set; }
private long RangeLength { get; set; }
private long TotalContentLength { get; set; }
public long TotalContentLength { get; set; }
public Action OnComplete { get; set; }
public Action OnError { get; set; }