Fine tunned modules scheme.

Adjusted client modules.
Fixed proxy bug in http.
This commit is contained in:
Diego Nehab 2004-10-11 06:18:57 +00:00
parent a04f15d1ca
commit 1e5e8b5ce5
16 changed files with 46 additions and 24 deletions

View file

@ -4,8 +4,8 @@
-- Author: Diego Nehab
-- RCS ID: $Id$
-----------------------------------------------------------------------------
local http = require("http")
local url = require("url")
local http = require("socket.http")
local url = require("socket.url")
http.TIMEOUT = 10
function readfile(path)