Skip to content

Commit

Permalink
Honestly our caching approach probably requires an overhaul anyway
Browse files Browse the repository at this point in the history
  • Loading branch information
danielmarbach committed Mar 15, 2024
1 parent a22d300 commit eccb139
Showing 1 changed file with 0 additions and 1 deletion.
Expand Up @@ -12,7 +12,6 @@ public void OnResultExecuting(ResultExecutingContext context)
return;
}

// TODO do we even need to do this
var response = context.HttpContext.Response;
if (!response.Headers.ContainsKey("Cache-Control"))
{
Expand Down

0 comments on commit eccb139

Please sign in to comment.