Closed stevensu1977 closed 7 years ago
Hi I seems that it should have been fixed with your pull request #12. Is there any way to reproduce it?
I used caddy:master (commit 3e2b1d145a0c60aee32821c353e8ecce4000ce3a), when you add run.go caddy-cache, build is not error, but when you request any path (use directive cache scope), get panic from responsewriterwrapper.go:41
25/Jun/2017:21:51:41 +0800 [PANIC /api/log?m=months] src/github.com/mholt/caddy/caddyhttp/httpserver/responsewriterwrapper.go:41 - *cache.StreamedRecorder is not a closeNotifier
already fix it
src/github.com/mholt/caddy/caddyhttp/httpserver/responsewriterwrapper.go:41 - *cache.StreamedRecorder is not a closeNotifier
StreamedRecorder is not closeNotifier error .