diff options
author | Diego Nehab <diego@tecgraf.puc-rio.br> | 2004-10-11 06:18:57 +0000 |
---|---|---|
committer | Diego Nehab <diego@tecgraf.puc-rio.br> | 2004-10-11 06:18:57 +0000 |
commit | 1e5e8b5ce5573fddc7060dae3c1bf2c02788b35a (patch) | |
tree | 35012ac4464bf4a3c8ed942495ef37319b6c9ad1 /etc/tftp.lua | |
parent | a04f15d1ca440006a53bd0d9f98c12e5abebd969 (diff) | |
download | luasocket-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 'etc/tftp.lua')
-rw-r--r-- | etc/tftp.lua | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/etc/tftp.lua b/etc/tftp.lua index 70db050..f4af8bc 100644 --- a/etc/tftp.lua +++ b/etc/tftp.lua | |||
@@ -10,7 +10,9 @@ | |||
10 | ----------------------------------------------------------------------------- | 10 | ----------------------------------------------------------------------------- |
11 | local socket = require("socket") | 11 | local socket = require("socket") |
12 | local ltn12 = require("ltn12") | 12 | local ltn12 = require("ltn12") |
13 | local url = require("url") | 13 | local url = require("socket.url") |
14 | |||
15 | module("socket.tftp") | ||
14 | 16 | ||
15 | ----------------------------------------------------------------------------- | 17 | ----------------------------------------------------------------------------- |
16 | -- Program constants | 18 | -- Program constants |