Drop ETag and use Last-Modified header (#890)

Drop ETag and use Last-Modified since performance is much better
This commit is contained in:
Claus Vium 2019-02-13 21:08:59 +01:00 committed by Bond-009
parent af8f86b3de
commit c720504e39
2 changed files with 24 additions and 80 deletions

View file

@ -12,8 +12,6 @@ namespace MediaBrowser.Controller.Net
public string ContentType { get; set; }
public TimeSpan? CacheDuration { get; set; }
public DateTime? DateLastModified { get; set; }
public Guid CacheKey { get; set; }
public Func<Task<Stream>> ContentFactory { get; set; }
public bool IsHeadRequest { get; set; }