Hi I wrote a little http server that can run with a single connection or with multiple connections. The problem is that I get a lot of timeouts from the webbrowser when I run only one server socket at a time. HTTP is heavily based on asynchronous concurre..
↧