updates todo some more
This commit is contained in:
parent
e1f9046db0
commit
71a197c9cb
10
src/main.c
10
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
|
||||
*/
|
||||
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user