Starts removing usage of CallContext and some cleanup

This commit is contained in:
Shannon
2021-03-08 17:08:15 +11:00
parent 29901f9ecf
commit a07728f8db
5 changed files with 134 additions and 76 deletions

View File

@@ -235,8 +235,7 @@ namespace Umbraco.Cms.Core.Cache
}
IFeatureCollection features = httpContext.Features;
HttpResponse response = httpContext.Response;
lock (httpContext)
{
requestLock = new RequestLock();