www

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs | Submodules | README | LICENSE

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:
Mchrome/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 {