Revert "Try disabling gzip compression of uploads, in case it fixes sync error"
This reverts commit adec007df0
.
Doesn't seem to make a difference.
This commit is contained in:
parent
adec007df0
commit
ef71d3f729
1 changed files with 1 additions and 2 deletions
|
@ -1803,8 +1803,7 @@ Zotero.Sync.Server = new function () {
|
|||
|
||||
var compress = Zotero.Prefs.get('sync.server.compressData');
|
||||
// Compress upload data
|
||||
// TEMP: Disabled in case it fixes sync error in Firefox 46
|
||||
if (false && compress) {
|
||||
if (compress) {
|
||||
// Callback when compressed data is available
|
||||
var bufferUploader = function (data) {
|
||||
var gzurl = url + '?gzip=1';
|
||||
|
|
Loading…
Reference in a new issue