1
0
mirror of https://github.com/kataras/iris.git synced 2026-01-25 12:55:57 +00:00
This commit is contained in:
Gerasimos (Makis) Maropoulos
2016-11-19 10:16:07 +02:00
parent 8b88aabc05
commit 163817bec4

View File

@@ -711,7 +711,7 @@ func newCachedMuxEntry(f *Framework, bodyHandler HandlerFunc, expiration time.Du
f.ReleaseCtx(ctx) f.ReleaseCtx(ctx)
} }
cachedHandler := httpcache.CacheFasthttp(fhandler, expiration) cachedHandler := httpcache.CacheFasthttpFunc(fhandler, expiration)
return &cachedMuxEntry{ return &cachedMuxEntry{
cachedHandler: cachedHandler, cachedHandler: cachedHandler,
} }