mirror of
https://github.com/jellyfin/jellyfin.git
synced 2025-04-24 22:17:25 -04:00
Drop ETag and use Last-Modified header (#890)
Drop ETag and use Last-Modified since performance is much better
This commit is contained in:
parent
af8f86b3de
commit
c720504e39
2 changed files with 24 additions and 80 deletions
|
@ -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; }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue