Starts removing usage of CallContext and some cleanup
This commit is contained in:
@@ -235,8 +235,7 @@ namespace Umbraco.Cms.Core.Cache
|
||||
}
|
||||
|
||||
IFeatureCollection features = httpContext.Features;
|
||||
HttpResponse response = httpContext.Response;
|
||||
|
||||
|
||||
lock (httpContext)
|
||||
{
|
||||
requestLock = new RequestLock();
|
||||
|
||||
Reference in New Issue
Block a user