# HG changeset patch # User Matthew Wild # Date 1336700186 -3600 # Node ID 3662091d303c929cf1ba2f3c93abd47f1db651c0 # Parent ea44fad8871558e2bcbe41f87c55008aba633b6a mod_http_errors: Fix cyclic dependency - mod_http depends on us now, no need to depend on it (-1 line) (thanks Maranda) diff -r ea44fad88715 -r 3662091d303c plugins/mod_http_errors.lua --- a/plugins/mod_http_errors.lua Fri May 11 02:17:20 2012 +0100 +++ b/plugins/mod_http_errors.lua Fri May 11 02:36:26 2012 +0100 @@ -1,5 +1,4 @@ module:set_global(); -module:depends("http"); local server = require "net.http.server"; local codes = require "net.http.codes";