summaryrefslogtreecommitdiff
path: root/TODO
diff options
context:
space:
mode:
authorNick White <git@njw.me.uk>2012-04-27 18:34:42 +0100
committerNick White <git@njw.me.uk>2012-04-27 18:34:42 +0100
commitf6eac17b4543fa58463a903933fc4c0fd5d3a2f7 (patch)
tree659b30846c8a51ea8e08bde789314c5a4850535b /TODO
parentf6debf4fef468ac1dbdacba9aeca5153c6016116 (diff)
Prepare to release 0.9
Diffstat (limited to 'TODO')
-rw-r--r--TODO2
1 files changed, 1 insertions, 1 deletions
diff --git a/TODO b/TODO
index 2a60243..468e783 100644
--- a/TODO
+++ b/TODO
@@ -1,6 +1,6 @@
# other todos
-0.9 - bug in get() & post(): if the \r\n\r\n after http headers is cut off between recv buffers. solution is to get all, then strstr(\n\r\n\r) to find end of header, and memcopy the rest out (so that original memory can be freed)
+bug in get() & post(): if the \r\n\r\n after http headers is cut off between recv buffers. solution is to get all, then strstr(\n\r\n\r) to find end of header, and memcopy the rest out (so that original memory can be freed)
in getabook, the web client tries downloading sequentially the first few pages, regardless of whether they're in the available page list. this actually works (some or all of these pages will return), so we should implement something similar too. exactly how it knows when to stop looking is not clear, at least with the one i tried, it just tried all of the first 25 pages.