aboutsummaryrefslogtreecommitdiff
path: root/TODO
diff options
context:
space:
mode:
Diffstat (limited to 'TODO')
-rw-r--r--TODO12
1 files changed, 12 insertions, 0 deletions
diff --git a/TODO b/TODO
index 2819707..ed00a6c 100644
--- a/TODO
+++ b/TODO
@@ -1,3 +1,15 @@
1
2think about a dispatcher.
3 - it creates a server and receives a function that will do the work on
4 received connections
5 - this function is invoked with the client socket
6 - it calls special send and receive functions that yield on timeout
7
8think about how to extend http, ftp, smtp to use special send and receive
9functions for non-blocking so they can be used in the context of the
10dispatcher!
11
12adjust manual for new sock:send returns.
1check all "require("http")" etc in the manual. 13check all "require("http")" etc in the manual.
2_VERSION, _DEBUG, etc. 14_VERSION, _DEBUG, etc.
3get rid of "base." kludge 15get rid of "base." kludge