Diff

net/http/server.lua @ 6965:5360bdf93fce

Merge 0.10->trunk
author Matthew Wild <mwild1@gmail.com>
date Thu, 03 Dec 2015 16:13:33 +0000
parent 6963:e3be91ccca05
child 7084:fdbe9ccac17d
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 = {};