Changeset

6965:5360bdf93fce

Merge 0.10->trunk
author Matthew Wild <mwild1@gmail.com>
date Thu, 03 Dec 2015 16:13:33 +0000
parents 6964:ed5440a6ef7f (current diff) 6963:e3be91ccca05 (diff)
children 6966:3e3a83be7e14
files
diffstat 1 files changed, 1 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/net/http/server.lua	Thu Dec 03 16:13:12 2015 +0000
+++ b/net/http/server.lua	Thu Dec 03 16:13:33 2015 +0000
@@ -11,6 +11,7 @@
 local xpcall = xpcall;
 local traceback = debug.traceback;
 local tostring = tostring;
+local cache = require "util.cache";
 local codes = require "net.http.codes";
 
 local _M = {};