mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-06-03 06:18:28 +01: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:
@@ -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; }
|
||||
|
||||
Reference in New Issue
Block a user