Added Sam's suggestion to TODO

This commit is contained in:
Diego Nehab 2012-04-27 02:03:09 +08:00
parent c2e29537f5
commit 30d1aae140

3
TODO
View File

@ -1,10 +1,11 @@
- document bind and connect behavior. - document the new bind and connect behavior.
- shouldn't we instead make the code compatible to Lua 5.2 - shouldn't we instead make the code compatible to Lua 5.2
without any compat stuff, and use a compatibility layer to without any compat stuff, and use a compatibility layer to
make it work on 5.1? make it work on 5.1?
- add what's new to manual - add what's new to manual
- should there be an equivalent to tohostname for IPv6? - should there be an equivalent to tohostname for IPv6?
- should we add service name resolution as well to getaddrinfo? - should we add service name resolution as well to getaddrinfo?
- Maybe the sockaddr to presentation conversion should be done with getnameinfo()?
- add http POST sample to manual - add http POST sample to manual
people keep asking stupid questions people keep asking stupid questions