fix for download webms?

This commit is contained in:
Flummi 2016-11-28 08:07:19 +01:00
parent 912f33090a
commit 4742fd3d81

View File

@ -193,6 +193,7 @@ function Websrv(tlib) {
'Connection':'close', 'Connection':'close',
'Content-Type':contentType, 'Content-Type':contentType,
'Content-Length':end - start, 'Content-Length':end - start,
'Content-Length':stat.size,
'Content-Range':'bytes '+start+'-'+end+'/'+stat.size, 'Content-Range':'bytes '+start+'-'+end+'/'+stat.size,
'Transfer-Encoding':'chunked' 'Transfer-Encoding':'chunked'
}); });