Sixcycle upload compression

.. use TCX and upload compressed data using gzip.
This commit is contained in:
Mark Liversedge
2017-02-14 08:52:36 +00:00
parent 60e2b00926
commit aa612b926c

View File

@@ -54,7 +54,7 @@ SixCycle::SixCycle(Context *context) : FileStore(context), context(context), roo
connect(nam, SIGNAL(sslErrors(QNetworkReply*, const QList<QSslError> & )), this, SLOT(onSslErrors(QNetworkReply*, const QList<QSslError> & )));
// how is data uploaded and downloaded?
uploadCompression = none;
uploadCompression = gzip;
downloadCompression = none;
filetype = FileStore::uploadType::TCX;