mirror of
https://github.com/lunarmodules/luasocket.git
synced 2024-11-08 14:28:21 +01:00
1e5e8b5ce5
Adjusted client modules. Fixed proxy bug in http. |
||
---|---|---|
.. | ||
auth | ||
cgi | ||
dicttest.lua | ||
excepttest.lua | ||
ftptest.lua | ||
httptest.lua | ||
index.html | ||
mimetest.lua | ||
README | ||
smtptest.lua | ||
stufftest.lua | ||
testclnt.lua | ||
testmesg.lua | ||
testsrvr.lua | ||
testsupport.lua | ||
tftptest.lua | ||
unixtest.lua | ||
upload.html | ||
urltest.lua |
This provides the automated test scripts used to make sure the library is working properly. The files provided are: testsrvr.lua -- test server testclnt.lua -- test client To run these tests, just run lua on the server and then on the client. Good luck, Diego.