Marcos
Marcos
I have no experience with WebSockets. Is this even possible to do? Anyone interested? Or should I just close as "wontfix"?
@Fractal147 do you care to fix the merge conflicts and test? I will merge.
There is a [built-in online conflict editor](https://help.github.com/en/github/collaborating-with-issues-and-pull-requests/resolving-a-merge-conflict-on-github) which is enough if the conflicts are simple.
I thought it was a shame that https://github.com/moononournation forked the server. He's really sharp and doing some really great work. I like your approach. If you want to do a...
Customizable error pages seem like overkill for such a simple server but I'm not strongly opposed. Storing them under "error/404.html" as you suggest sounds like the way to go to...
I plan on doing something similar soon. I want to send a "heartbeat" via http request every X seconds to a script on a remote server so I know the...
I don't have a strong opinion on this. I honestly don't know what's best. Ideally nobody relies on the default. If you serve a H or CPP or PY file...
Ok. I learned to use Google. I think your suggestion makes sense. Feel free to do a PR.
It's likely that the bug is in the firmware code. Have you looked at their open issues list?
> I added some memory cleanup to the server and changed serving static pages completely. @HHHartmann so your changes fix this?