From 71a197c9cba2263b2893b3363d92048a36620ac0 Mon Sep 17 00:00:00 2001 From: SuperNovaa41 Date: Thu, 30 Jan 2025 15:13:46 -0500 Subject: [PATCH] updates todo some more --- src/main.c | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/src/main.c b/src/main.c index 13ac8df..ad7825e 100644 --- a/src/main.c +++ b/src/main.c @@ -26,6 +26,16 @@ * set the init_response to fill the required default headers (e.g. date) * * TODO: see where content-length is supposed to be ? + * TODO: first thing we want to do is start sending a basic response + * aka, make the status line, fill content-length and fill the message body, + * then send it + * + * cleanup, make sure everything is being free'd and properly cleaned up + * + * final: + * would like to have a cache at some point + * make sure everything is fully rfc compliant + * segment the code even more to make stuff as resuable as possible */