diff options
author | Diego Nehab <diego@tecgraf.puc-rio.br> | 2004-10-12 19:47:02 +0000 |
---|---|---|
committer | Diego Nehab <diego@tecgraf.puc-rio.br> | 2004-10-12 19:47:02 +0000 |
commit | 396946b63a95fc9949b75aed82c7ac1c132ccd40 (patch) | |
tree | 2e273e5cd0d3e351847a738044e49b1d3820b341 /TODO | |
parent | 3c51a4cdd1f1169c90322863f763ee1462914fa8 (diff) | |
download | luasocket-396946b63a95fc9949b75aed82c7ac1c132ccd40.tar.gz luasocket-396946b63a95fc9949b75aed82c7ac1c132ccd40.tar.bz2 luasocket-396946b63a95fc9949b75aed82c7ac1c132ccd40.zip |
Using Wim's filter.chain...
Diffstat (limited to 'TODO')
-rw-r--r-- | TODO | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -4,7 +4,7 @@ new scheme to choose family/protocol of object to create | |||
4 | change ltn13 to make sure drawbacks are obvious | 4 | change ltn13 to make sure drawbacks are obvious |
5 | - check discussion | 5 | - check discussion |
6 | make sure errors not thrown by try() are not caught by protect() | 6 | make sure errors not thrown by try() are not caught by protect() |
7 | use wim's filter.chain | 7 | use wim's filter.chain or something better |
8 | use mike's "don't set to blocking before closing unless needed" patch? | 8 | use mike's "don't set to blocking before closing unless needed" patch? |
9 | take a look at DB's smtp patch (add "extra argument" table) | 9 | take a look at DB's smtp patch (add "extra argument" table) |
10 | move wsocket.c:sock_send kludge to buffer.c:sendraw (probably)? | 10 | move wsocket.c:sock_send kludge to buffer.c:sendraw (probably)? |