aboutsummaryrefslogtreecommitdiff
path: root/test/tftptest.lua
diff options
context:
space:
mode:
authorDiego Nehab <diego@tecgraf.puc-rio.br>2004-10-11 06:18:57 +0000
committerDiego Nehab <diego@tecgraf.puc-rio.br>2004-10-11 06:18:57 +0000
commit1e5e8b5ce5573fddc7060dae3c1bf2c02788b35a (patch)
tree35012ac4464bf4a3c8ed942495ef37319b6c9ad1 /test/tftptest.lua
parenta04f15d1ca440006a53bd0d9f98c12e5abebd969 (diff)
downloadluasocket-1e5e8b5ce5573fddc7060dae3c1bf2c02788b35a.tar.gz
luasocket-1e5e8b5ce5573fddc7060dae3c1bf2c02788b35a.tar.bz2
luasocket-1e5e8b5ce5573fddc7060dae3c1bf2c02788b35a.zip
Fine tunned modules scheme.
Adjusted client modules. Fixed proxy bug in http.
Diffstat (limited to 'test/tftptest.lua')
-rw-r--r--test/tftptest.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/tftptest.lua b/test/tftptest.lua
index f0dbd82..edb6484 100644
--- a/test/tftptest.lua
+++ b/test/tftptest.lua
@@ -1,5 +1,5 @@
1-- load tftpclnt.lua 1-- load tftpclnt.lua
2local tftp = require("tftp") 2local tftp = require("socket.tftp")
3 3
4-- needs tftp server running on localhost, with root pointing to 4-- needs tftp server running on localhost, with root pointing to
5-- a directory with index.html in it 5-- a directory with index.html in it