I am writing a small server on libwebsockets. The server uses mountpoint to serve static files. All files load fine from it except .js. In chrome it shows the following error:
GET http://127.0.0.1:8000/display.js net::ERR_CONTENT_LENGTH_MISMATCH 200 (OK)
What can you advise me?
Thanks.