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 /test/urltest.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 'test/urltest.lua')
| -rw-r--r-- | test/urltest.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/urltest.lua b/test/urltest.lua index eb15bcf..570b52e 100644 --- a/test/urltest.lua +++ b/test/urltest.lua | |||
| @@ -1,5 +1,5 @@ | |||
| 1 | local socket = require("socket") | 1 | local socket = require("socket") |
| 2 | socket.url = require("url") | 2 | socket.url = require("socket.url") |
| 3 | dofile("testsupport.lua") | 3 | dofile("testsupport.lua") |
| 4 | 4 | ||
| 5 | local check_build_url = function(parsed) | 5 | local check_build_url = function(parsed) |
