diff options
author | Diego Nehab <diego@tecgraf.puc-rio.br> | 2004-10-11 06:18:57 +0000 |
---|---|---|
committer | Diego Nehab <diego@tecgraf.puc-rio.br> | 2004-10-11 06:18:57 +0000 |
commit | 1e5e8b5ce5573fddc7060dae3c1bf2c02788b35a (patch) | |
tree | 35012ac4464bf4a3c8ed942495ef37319b6c9ad1 /TODO | |
parent | a04f15d1ca440006a53bd0d9f98c12e5abebd969 (diff) | |
download | luasocket-1e5e8b5ce5573fddc7060dae3c1bf2c02788b35a.tar.gz luasocket-1e5e8b5ce5573fddc7060dae3c1bf2c02788b35a.tar.bz2 luasocket-1e5e8b5ce5573fddc7060dae3c1bf2c02788b35a.zip |
Fine tunned modules scheme.
Adjusted client modules.
Fixed proxy bug in http.
Diffstat (limited to 'TODO')
-rw-r--r-- | TODO | 5 |
1 files changed, 3 insertions, 2 deletions
@@ -1,6 +1,5 @@ | |||
1 | ftp.send/recv return bytes transfered? | ||
1 | new scheme to choose family/protocol of object to create | 2 | new scheme to choose family/protocol of object to create |
2 | use new distribution scheme | ||
3 | fix PROXY in http.lua | ||
4 | change ltn13 to make sure drawbacks are obvious | 3 | change ltn13 to make sure drawbacks are obvious |
5 | - check discussion | 4 | - check discussion |
6 | make sure errors not thrown by try() are not caught by protect() | 5 | make sure errors not thrown by try() are not caught by protect() |
@@ -24,6 +23,8 @@ testar os options! | |||
24 | - proteger ou atomizar o conjunto (timedout, receive), (timedout, send) | 23 | - proteger ou atomizar o conjunto (timedout, receive), (timedout, send) |
25 | - inet_ntoa também é uma merda. | 24 | - inet_ntoa também é uma merda. |
26 | 25 | ||
26 | *fix PROXY in http.lua | ||
27 | *use new distribution scheme | ||
27 | *create the getstats method. | 28 | *create the getstats method. |
28 | *fix local domain socket kludge of name size | 29 | *fix local domain socket kludge of name size |
29 | *use TLS | 30 | *use TLS |