mirror of
https://github.com/lunarmodules/luasocket.git
synced 2024-12-25 12:08:21 +01:00
Thread safety...
This commit is contained in:
parent
9d218a9379
commit
8bf9fb51dd
16
TODO
16
TODO
@ -2,12 +2,6 @@ New mime support
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
ftp send should return server replies?
|
||||
make sure there are no object files in the distribution tarball
|
||||
http handling of 100-continue, see DB patch
|
||||
@ -19,7 +13,9 @@ ajeitar pra lua-5.1
|
||||
|
||||
adicionar exemplos de expansão: pipe, local, named pipe
|
||||
testar os options!
|
||||
- Thread-safe
|
||||
- proteger get*by*.* com um mutex GLOBAL!
|
||||
- proteger ou atomizar o conjunto (timedout, receive), (timedout, send)
|
||||
- inet_ntoa também é uma merda.
|
||||
|
||||
|
||||
- Thread-unsafe functions to protect
|
||||
gethostbyname(), gethostbyaddr(), gethostent(),
|
||||
inet_ntoa(), strerror(),
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user