WI#30727 addendum - Missed adding a lock to the ClearProcessedRequests method
This commit is contained in:
@@ -40,7 +40,10 @@ namespace umbraco {
|
||||
private bool _doNotCache = false;
|
||||
|
||||
public static void ClearProcessedRequests() {
|
||||
_processedRequests.Clear();
|
||||
lock (locker)
|
||||
{
|
||||
_processedRequests.Clear();
|
||||
}
|
||||
}
|
||||
|
||||
public static string cleanUrl() {
|
||||
|
||||
Reference in New Issue
Block a user