diff options
author | Nick White <git@njw.me.uk> | 2011-09-12 22:57:57 +0100 |
---|---|---|
committer | Nick White <git@njw.me.uk> | 2011-09-12 22:57:57 +0100 |
commit | b8e6013ca1f59dd5f50c7e0ae07161f5c5fee25c (patch) | |
tree | f62fb70713e623753c7e6fe06bdddb10d4619f80 /TODO | |
parent | 45a96ef428c9808abcc6d4043f149eb6ac825ece (diff) |
Only use memory for a page when needed
Diffstat (limited to 'TODO')
-rw-r--r-- | TODO | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -16,7 +16,7 @@ bug in get(): if the \r\n\r\n after http headers is cut off between recv buffers what happens if we receive not a http header? does recv loop forever, in a memory killing manner? -be more reasonable with memory: only allocate each page when it's processed, point to cookies rather than copy them +be more reasonable with memory: point to cookies rather than copy them print stderr in gui as well |