blob: cf5543d42be31cdbaf12e4ee5c3317901937e53d (
plain)
1
2
3
4
5
|
Server
======
* Starting point - <https://github.com/JeffreytheCoder/Simple-HTTP-Server/blob/master/server.c>
* Combined with previous item - <https://codereview.stackexchange.com/questions/284179/proper-implementation-of-signal-handler-and-multithreading-pthread>
* Request parser - <https://stackoverflow.com/questions/6180311/str-and-str>
|