From 500076ea63a814dbeed082d36ac81005269ba1ac Mon Sep 17 00:00:00 2001 From: Dan Stillman Date: Wed, 17 Apr 2013 04:12:11 -0400 Subject: [PATCH] Errors on some file sync requests could hang sync progress --- chrome/content/zotero/xpcom/storage/request.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/chrome/content/zotero/xpcom/storage/request.js b/chrome/content/zotero/xpcom/storage/request.js index b62532a86a..daf8ea7d9a 100644 --- a/chrome/content/zotero/xpcom/storage/request.js +++ b/chrome/content/zotero/xpcom/storage/request.js @@ -314,7 +314,7 @@ Zotero.Sync.Storage.Request.prototype.stop = function (force) { this._forceFinish = true; } - if (this.channel) { + if (this.channel && this.channel.isPending()) { this._stopping = true; try {