Merge remote-tracking branch 'origin/master' into vnext

This commit is contained in:
Danny Coates 2018-07-19 12:14:57 -07:00
commit f923ff4f87
No known key found for this signature in database
GPG key ID: 4C442633C62E00CB
3 changed files with 19 additions and 3 deletions

View file

@ -225,7 +225,6 @@ function download(id, keychain, onprogress, canceller) {
const auth = await keychain.authHeader();
xhr.open('get', `/api/download/${id}`);
xhr.setRequestHeader('Authorization', auth);
xhr.setRequestHeader('Connection', 'close');
xhr.responseType = 'blob';
xhr.send();
onprogress([0, 1]);