Веб-сайт самохостера Lotigara

summaryrefslogtreecommitdiff
path: root/CREDITS
diff options
context:
space:
mode:
Diffstat (limited to 'CREDITS')
-rw-r--r--CREDITS5
1 files changed, 3 insertions, 2 deletions
diff --git a/CREDITS b/CREDITS
index 115c90e..cf5543d 100644
--- a/CREDITS
+++ b/CREDITS
@@ -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>