plugins/mod_http.lua
changeset 4717 3c0321e3fa76
parent 4702 5a85e541de1a
child 4720 fddc2797a96a
--- a/plugins/mod_http.lua	Thu Apr 26 16:48:16 2012 +0100
+++ b/plugins/mod_http.lua	Thu Apr 26 16:53:32 2012 +0100
@@ -8,7 +8,6 @@
 
 module:set_global();
 
-local parse_url = require "socket.url".parse;
 local server = require "net.http.server";
 
 local function normalize_path(path)