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