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