aboutsummaryrefslogtreecommitdiff
path: root/TODO
diff options
context:
space:
mode:
authorDiego Nehab <diego@tecgraf.puc-rio.br>2004-10-12 19:47:02 +0000
committerDiego Nehab <diego@tecgraf.puc-rio.br>2004-10-12 19:47:02 +0000
commit396946b63a95fc9949b75aed82c7ac1c132ccd40 (patch)
tree2e273e5cd0d3e351847a738044e49b1d3820b341 /TODO
parent3c51a4cdd1f1169c90322863f763ee1462914fa8 (diff)
downloadluasocket-396946b63a95fc9949b75aed82c7ac1c132ccd40.tar.gz
luasocket-396946b63a95fc9949b75aed82c7ac1c132ccd40.tar.bz2
luasocket-396946b63a95fc9949b75aed82c7ac1c132ccd40.zip
Using Wim's filter.chain...
Diffstat (limited to 'TODO')
-rw-r--r--TODO2
1 files changed, 1 insertions, 1 deletions
diff --git a/TODO b/TODO
index 37ae5a9..557c0db 100644
--- a/TODO
+++ b/TODO
@@ -4,7 +4,7 @@ new scheme to choose family/protocol of object to create
4change ltn13 to make sure drawbacks are obvious 4change ltn13 to make sure drawbacks are obvious
5 - check discussion 5 - check discussion
6make sure errors not thrown by try() are not caught by protect() 6make sure errors not thrown by try() are not caught by protect()
7use wim's filter.chain 7use wim's filter.chain or something better
8use mike's "don't set to blocking before closing unless needed" patch? 8use mike's "don't set to blocking before closing unless needed" patch?
9take a look at DB's smtp patch (add "extra argument" table) 9take a look at DB's smtp patch (add "extra argument" table)
10move wsocket.c:sock_send kludge to buffer.c:sendraw (probably)? 10move wsocket.c:sock_send kludge to buffer.c:sendraw (probably)?