plugins/mod_http.lua
changeset 4774 b2ed4e1bcb6e
parent 4736 3514338c59c3
child 4892 6c8074f47ca4
--- a/plugins/mod_http.lua	Sat Apr 28 14:35:52 2012 +0100
+++ b/plugins/mod_http.lua	Sat Apr 28 14:46:36 2012 +0100
@@ -7,6 +7,7 @@
 --
 
 module:set_global();
+module:depends("http_errors");
 
 local server = require "net.http.server";