# HG changeset patch
# User Matthew Wild <mwild1@gmail.com>
# Date 1335620796 -3600
# Node ID b2ed4e1bcb6effb02e2d07ada0e75e0e94ef78d4
# Parent  ee55956597f49597e888b8ad17b47f9438441d98
mod_http: Depend on mod_http_errors

diff -r ee55956597f4 -r b2ed4e1bcb6e plugins/mod_http.lua
--- 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";