diff options
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 0db111b..bd39d98 100644 --- a/src/url.lua +++ b/src/url.lua | |||
@@ -12,6 +12,7 @@ local string = require("string") | |||
12 | local base = _G | 12 | local base = _G |
13 | local table = require("table") | 13 | local table = require("table") |
14 | module("socket.url") | 14 | module("socket.url") |
15 | getmetatable(_M).__index = nil | ||
15 | 16 | ||
16 | ----------------------------------------------------------------------------- | 17 | ----------------------------------------------------------------------------- |
17 | -- Encodes a string into its escaped hexadecimal representation | 18 | -- Encodes a string into its escaped hexadecimal representation |
@@ -279,4 +280,3 @@ function build_path(parsed, unsafe) | |||
279 | return path | 280 | return path |
280 | end | 281 | end |
281 | 282 | ||
282 | --getmetatable(_M).__index = nil | ||