# HG changeset patch # User Matthew Wild # Date 1335455612 -3600 # Node ID 3c0321e3fa7677a1c0c69f26b6a3d50542a6c5be # Parent 6eeb142a8073caacb73b27f656d98fbdf3cfa8de mod_http: Remove unused import of url.parse diff -r 6eeb142a8073 -r 3c0321e3fa76 plugins/mod_http.lua --- 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)