mirror of
https://github.com/kataras/iris.git
synced 2026-01-08 04:21: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)
|
||||
}
|
||||
|
||||
cachedHandler := httpcache.CacheFasthttp(fhandler, expiration)
|
||||
cachedHandler := httpcache.CacheFasthttpFunc(fhandler, expiration)
|
||||
return &cachedMuxEntry{
|
||||
cachedHandler: cachedHandler,
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user