updates todo some more

This commit is contained in:
SuperNovaa41 2025-01-30 15:13:46 -05:00
parent e1f9046db0
commit 71a197c9cb

View File

@ -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
*/