diff options
| author | Diego Nehab <diego@tecgraf.puc-rio.br> | 2005-01-02 22:44:00 +0000 |
|---|---|---|
| committer | Diego Nehab <diego@tecgraf.puc-rio.br> | 2005-01-02 22:44:00 +0000 |
| commit | 97b26e0b66c840a446a0179200c7df23565330d1 (patch) | |
| tree | 272f9ea0451f13b563451fb8df21a03669e90d09 /src/url.lua | |
| parent | a8254e94f8c14ac15b02be53a1cc69ba80899230 (diff) | |
| download | luasocket-97b26e0b66c840a446a0179200c7df23565330d1.tar.gz luasocket-97b26e0b66c840a446a0179200c7df23565330d1.tar.bz2 luasocket-97b26e0b66c840a446a0179200c7df23565330d1.zip | |
Almost ready to release beta3
Diffstat (limited to 'src/url.lua')
| -rw-r--r-- | src/url.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/url.lua b/src/url.lua index e6132f8..8d7b88f 100644 --- a/src/url.lua +++ b/src/url.lua | |||
| @@ -273,4 +273,4 @@ function build_path(parsed, unsafe) | |||
| 273 | return path | 273 | return path |
| 274 | end | 274 | end |
| 275 | 275 | ||
| 276 | getmetatable(_M).__index = nil | 276 | --getmetatable(_M).__index = nil |
