mirror of
https://github.com/lunarmodules/luasocket.git
synced 2024-11-08 14:28:21 +01:00
More to do.
This commit is contained in:
parent
4e5ad6d5ee
commit
33349fbd21
1
FIX
1
FIX
@ -1,3 +1,4 @@
|
||||
mime filters are more strict with ltn12 standards
|
||||
ltn12 avoids coroutines (so you can go wild on the C side)
|
||||
automated tests for ftp now in use
|
||||
new compat-5.1 distribution
|
||||
|
3
TODO
3
TODO
@ -1,3 +1,6 @@
|
||||
"foo.bar.baz" previously had to provide luaopen_foobarbaz() and now
|
||||
should use luaopen_foo_bar_baz(). Change compat-5.1 and LuaSocket?
|
||||
|
||||
ftp.send/recv return bytes transfered?
|
||||
new scheme to choose family/protocol of object to create
|
||||
change ltn13 to make sure drawbacks are obvious
|
||||
|
@ -272,4 +272,3 @@ assert(filter3(nil, 1), "filter3 not empty")
|
||||
assert(filter4(nil, 1), "filter4 not empty")
|
||||
assert(filter5(nil, 1), "filter5 not empty")
|
||||
print("ok")
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user