Software /
code /
prosody
Diff
net/http/server.lua @ 6963:e3be91ccca05
net.http.server: Import util.cache
author | Matthew Wild <mwild1@gmail.com> |
---|---|
date | Thu, 03 Dec 2015 16:12:44 +0000 |
parent | 6950:8ab809358922 |
child | 7084:fdbe9ccac17d |
line wrap: on
line diff
--- a/net/http/server.lua Thu Dec 03 16:17:40 2015 +0100 +++ b/net/http/server.lua Thu Dec 03 16:12:44 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 = {};