Hacker News new | ask | show | jobs
by RivieraKid 4574 days ago
Hi, sorry, I currently don't have time / energy for opening issues so I hope it's ok if I sum it up here:

1. I didn't manage to make Mersel serve static files (advice in comments under github issue didn't help).

2. The server doesn't send the full response to the browser, it's cut-off at the end. I had to add many white-space characters at the end of the html. I think this related to non-ascii characters and content-length.

3. If I run the server in the REPL, than stop it (Ctrl+C) and then start again, it complain that the port is in use. So I change the port, but the server runs on the original port. Related: autoreload would be very nice.