diff options
Diffstat (limited to 'src/http.lua')
-rw-r--r-- | src/http.lua | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/http.lua b/src/http.lua index fe779a3..f08da07 100644 --- a/src/http.lua +++ b/src/http.lua | |||
@@ -16,7 +16,6 @@ local string = require("string") | |||
16 | local base = _G | 16 | local base = _G |
17 | local table = require("table") | 17 | local table = require("table") |
18 | module("socket.http") | 18 | module("socket.http") |
19 | getmetatable(_M).__index = nil | ||
20 | 19 | ||
21 | ----------------------------------------------------------------------------- | 20 | ----------------------------------------------------------------------------- |
22 | -- Program constants | 21 | -- Program constants |