mod_http_errors: Fix cyclic dependency - mod_http depends on us now, no need to depend on it (-1 line) (thanks Maranda)
authorMatthew Wild <mwild1@gmail.com>
Fri, 11 May 2012 02:36:26 +0100
changeset 4850 3662091d303c
parent 4849 ea44fad88715
child 4851 8e3992ae7bf5
mod_http_errors: Fix cyclic dependency - mod_http depends on us now, no need to depend on it (-1 line) (thanks Maranda)
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";