fix for download webms?
This commit is contained in:
parent
912f33090a
commit
4742fd3d81
|
@ -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'
|
||||||
});
|
});
|
||||||
|
|
Loading…
Reference in New Issue
Block a user