Open rlander opened 11 years ago
This is normal and can be ignored. After the server starts up, it connects to itself just to be sure the port is open. I'm not convinced of the utility of this and I also dislike the error message.
I'm willing to leave this open so that we fix it. You aren't the first to ask about it.
Not sure why I thought this was necessary at the time. Possibly there was a bug in shutting down if the port was already in use. It's fine with me if it's removed, especially since one can listen on multiple ports now and it's not clear shutting down would be the right thing in any case.
Hi!
I'm following the tutorials on https://github.com/dylan-lang/http/tree/master/server/examples/web-in-60 . The code compiles fine, the webserver starts but I'm getting an "End of stream" error: