diff options
author | Ivan Davydov <lotigara@lotigara.ru> | 2025-06-29 00:08:38 +0300 |
---|---|---|
committer | Ivan Davydov <lotigara@lotigara.ru> | 2025-06-29 00:08:38 +0300 |
commit | 11714ed6c9adc5b6f90bffa1b23d5bb5b2e20bd5 (patch) | |
tree | 9d1831871da0f1906f01cade4440206b6f0f9b84 /CREDITS | |
parent | 2cc696105d9f3b8785d2a903211e8adbd707a3e3 (diff) |
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> |