diff options
Diffstat (limited to 'CREDITS')
-rw-r--r-- | CREDITS | 5 |
1 files changed, 3 insertions, 2 deletions
@@ -1,4 +1,5 @@ Server ====== -* https://github.com/JeffreytheCoder/Simple-HTTP-Server/blob/master/server.c -* https://codereview.stackexchange.com/questions/284179/proper-implementation-of-signal-handler-and-multithreading-pthread +* 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> |