зеркало из https://github.com/mozilla/gecko-dev.git
Bug 1401538 - Drop mTimerScheduledAt at RequestContext::CancelTailedRequest when tail queue is empty. r=kershaw
This commit is contained in:
Родитель
a8b72c7aa8
Коммит
62eaa517f9
|
@ -396,8 +396,8 @@ RequestContext::CancelTailedRequest(nsIRequestTailUnblockCallback * aRequest)
|
|||
mUntailTimer = nullptr;
|
||||
}
|
||||
|
||||
// Must drop to stop tailing requests
|
||||
mUntailAt = TimeStamp();
|
||||
// Must drop to allow re-engage of the timer
|
||||
mTimerScheduledAt = TimeStamp();
|
||||
}
|
||||
|
||||
return NS_OK;
|
||||
|
|
Загрузка…
Ссылка в новой задаче