diff options
| author | Claus Vium <cvium@users.noreply.github.com> | 2019-02-13 21:08:59 +0100 |
|---|---|---|
| committer | Bond-009 <bond.009@outlook.com> | 2019-02-13 21:08:59 +0100 |
| commit | c720504e39bae53c624f81b5df690e0088457789 (patch) | |
| tree | 47e89b58e7ad4d22312c8c5fd0256ca6242ef29a /MediaBrowser.Controller | |
| parent | af8f86b3debb157f31b5fdf36827994370375ae8 (diff) | |
Drop ETag and use Last-Modified header (#890)
Drop ETag and use Last-Modified since performance is much better
Diffstat (limited to 'MediaBrowser.Controller')
| -rw-r--r-- | MediaBrowser.Controller/Net/StaticResultOptions.cs | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/MediaBrowser.Controller/Net/StaticResultOptions.cs b/MediaBrowser.Controller/Net/StaticResultOptions.cs index a54de12be..7a179913a 100644 --- a/MediaBrowser.Controller/Net/StaticResultOptions.cs +++ b/MediaBrowser.Controller/Net/StaticResultOptions.cs @@ -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; } |
