mirror of
https://github.com/kataras/iris.git
synced 2026-01-25 12:55:57 +00:00
This commit is contained in:
2
http.go
2
http.go
@@ -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,
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user