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/lp.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/lp.lua')
-rw-r--r-- | etc/lp.lua | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -39,7 +39,6 @@ local function connect(localhost, option) | |||
39 | until localport > 731 | 39 | until localport > 731 |
40 | test(skt, err) | 40 | test(skt, err) |
41 | else skt = test(socket.tcp()) end | 41 | else skt = test(socket.tcp()) end |
42 | print("'" .. host .. "'") | ||
43 | try(skt:connect(host, port)) | 42 | try(skt:connect(host, port)) |
44 | return { skt = skt, try = try } | 43 | return { skt = skt, try = try } |
45 | end | 44 | end |