A simple http file server written made as a small project in x86-64 assembly. The server accepts concurrent requests (is multi-processed).
The maximum file size is 10 Mb at the moment (can be changed). If you get the error code 2 it may be because a socket is still open on 80 in TIME_WAIT.