commit 500076ea63a814dbeed082d36ac81005269ba1ac parent 084f671b189e6174fa51fd53828f4624b739af7a Author: Dan Stillman <dstillman@zotero.org> Date: Wed, 17 Apr 2013 04:12:11 -0400 Errors on some file sync requests could hang sync progress Diffstat:
| M | 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 @@ -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 {