Software /
code /
prosody
Changeset
6963:e3be91ccca05
net.http.server: Import util.cache
author | Matthew Wild <mwild1@gmail.com> |
---|---|
date | Thu, 03 Dec 2015 16:12:44 +0000 |
parents | 6961:bd76e73a20c6 |
children | 6965:5360bdf93fce 6967:d90a4d6a0e2c |
files | net/http/server.lua |
diffstat | 1 files changed, 1 insertions(+), 0 deletions(-) [+] |
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 = {};