lwsjs / local-web-server

A lean, modular web server for rapid full-stack development.
MIT License
1.2k stars 85 forks source link

Video requests failing in Safari #81

Closed 75lb closed 6 years ago

75lb commented 6 years ago

Currently, requests for video files (e.g. mp4) fail in Safari.

If you request an mp4 file in Safari 11, in the Network tab you see the request was cancelled and ws outputs an error along the lines of This socket is closed, ECONNRESET or EPIPE. Maybe Safari cancels the request because ws does not accept range requests.