aboutsummaryrefslogtreecommitdiff
path: root/etc/check-links.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 /etc/check-links.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 'etc/check-links.lua')
-rw-r--r--etc/check-links.lua4
1 files changed, 2 insertions, 2 deletions
diff --git a/etc/check-links.lua b/etc/check-links.lua
index 4487593..79e6a54 100644
--- a/etc/check-links.lua
+++ b/etc/check-links.lua
@@ -4,8 +4,8 @@
4-- Author: Diego Nehab 4-- Author: Diego Nehab
5-- RCS ID: $Id$ 5-- RCS ID: $Id$
6----------------------------------------------------------------------------- 6-----------------------------------------------------------------------------
7local http = require("http") 7local http = require("socket.http")
8local url = require("url") 8local url = require("socket.url")
9http.TIMEOUT = 10 9http.TIMEOUT = 10
10 10
11function readfile(path) 11function readfile(path)