OrchardCMS / OrchardCore

Orchard Core is an open-source modular and multi-tenant application framework built with ASP.NET Core, and a content management system (CMS) built on top of that framework.
https://orchardcore.net
BSD 3-Clause "New" or "Revised" License
7.45k stars 2.4k forks source link

Fix Media Cache Handler #16992

Closed MikeAlhayek closed 1 week ago

MikeAlhayek commented 1 week ago
MikeAlhayek commented 1 week ago

Interestingly this could have been done on purpose.

Like fire and forget? If so, that would be done at the higher level not here. I don't think there is a reason to execute a task and return a completed task. Maybe I am missing something here