зеркало из https://github.com/mozilla/gecko-dev.git
Bug 1825740 - Make PushServiceWebSocket cancel the request timeout timer when receiving a pong, r=lina.
Differential Revision: https://phabricator.services.mozilla.com/D174234
This commit is contained in:
Родитель
ce1dd3f87b
Коммит
98a276c715
|
@ -1163,6 +1163,9 @@ export var PushServiceWebSocket = {
|
|||
|
||||
// If it is a ping, do not handle the message.
|
||||
if (doNotHandle) {
|
||||
if (!this._hasPendingRequests()) {
|
||||
this._requestTimeoutTimer.cancel();
|
||||
}
|
||||
return;
|
||||
}
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче