improve error handling

This commit is contained in:
2025-08-02 00:28:24 +02:00
parent c7ad5d7874
commit fa964b2620
6 changed files with 42 additions and 111 deletions

View File

@@ -1,6 +1,3 @@
server = files('main.c', 'server/server.c')
server += files('utils/utils.c', 'utils/hashmap.c', 'utils/config.c')
server += files('http/http.c')
test = files('../test/hashmap_test.c')
test += files('utils/hashmap.c')