Giter VIP home page Giter VIP logo

Comments (10)

darkweak avatar darkweak commented on August 21, 2024

I'm already working on a fix about that to ensure no headers are not yet sent when calling the Header() function.

from cache-handler.

oakwhiz avatar oakwhiz commented on August 21, 2024

Having the same issue here:

panic: Header called after Handler finished
goroutine 103 [running]:
net/http.(*http2responseWriter).Header(0x38a41d0)
        net/http/h2_bundle.go:6362 +0x80
github.com/darkweak/souin/plugins.(*CustomWriter).Header(0x3976360)
        github.com/darkweak/[email protected]/plugins/base.go:55 +0x44
github.com/caddyserver/caddy/v2/modules/caddyhttp/encode.(*responseWriter).Close(0x34c9320)
        github.com/caddyserver/caddy/[email protected]/modules/caddyhttp/encode/encode.go:260 +0x34
github.com/caddyserver/caddy/v2/modules/caddyhttp/encode.(*Encode).ServeHTTP(0x3971f00, {0x1e563f4, 0x3976360}, 0x3518a80, {0x1e5144c, 0x361c438})
        github.com/caddyserver/caddy/[email protected]/modules/caddyhttp/encode/encode.go:129 +0x28c
github.com/caddyserver/caddy/v2/modules/caddyhttp.wrapMiddleware.func1.1({0x1e563f4, 0x3976360}, 0x3518a80)
        github.com/caddyserver/caddy/[email protected]/modules/caddyhttp/routes.go:290 +0x4c
github.com/caddyserver/caddy/v2/modules/caddyhttp.HandlerFunc.ServeHTTP(0x361c450, {0x1e563f4, 0x3976360}, 0x3518a80)
        github.com/caddyserver/caddy/[email protected]/modules/caddyhttp/caddyhttp.go:58 +0x34
github.com/caddyserver/cache-handler.(*SouinCaddyPlugin).ServeHTTP.func1({0x1e563f4, 0x3976360}, 0x3518d80)
        github.com/caddyserver/[email protected]/httpcache.go:130 +0x58
github.com/darkweak/souin/plugins.DefaultSouinPluginCallback.func3({0x1e563f4, 0x3976360}, 0x3518d80)
        github.com/darkweak/[email protected]/plugins/base.go:207 +0x90
created by github.com/darkweak/souin/plugins.DefaultSouinPluginCallback
        github.com/darkweak/[email protected]/plugins/base.go:203 +0x96c
caddy.service: Main process exited, code=exited, status=2/INVALIDARGUMENT

from cache-handler.

oakwhiz avatar oakwhiz commented on August 21, 2024

I've also been getting this on the v0.3.0 tag, although less frequently.

from cache-handler.

darkweak avatar darkweak commented on August 21, 2024

I apologize for the delay.

from cache-handler.

shuaiZend avatar shuaiZend commented on August 21, 2024

@darkweak thx, we well try it

from cache-handler.

darkweak avatar darkweak commented on August 21, 2024

You can try the fix using xcaddy build --with github.com/darkweak/souin/plugins/caddy@b3c744699c5045acf0ed45bb7621927b7e42cc2e --with github.com/darkweak/souin@b3c744699c5045acf0ed45bb7621927b7e42cc2e

from cache-handler.

shuaiZend avatar shuaiZend commented on August 21, 2024

You can try the fix using xcaddy build --with github.com/darkweak/souin/plugins/caddy@b3c744699c5045acf0ed45bb7621927b7e42cc2e --with github.com/darkweak/souin@b3c744699c5045acf0ed45bb7621927b7e42cc2e

Nov 18 12:46:32 VM-zlNr9iaPx8gT caddy[57298]: panic: Header called after Handler finished
Nov 18 12:46:32 VM-zlNr9iaPx8gT caddy[57298]: goroutine 25476 [running]:
Nov 18 12:46:32 VM-zlNr9iaPx8gT caddy[57298]: net/http.(*http2responseWriter).Header(0x9a000000007f3385?)
Nov 18 12:46:32 VM-zlNr9iaPx8gT caddy[57298]:         net/http/h2_bundle.go:6362 +0x7a
Nov 18 12:46:32 VM-zlNr9iaPx8gT caddy[57298]: github.com/darkweak/souin/plugins.(*CustomWriter).Header(0x1e7da40?)
Nov 18 12:46:32 VM-zlNr9iaPx8gT caddy[57298]:         github.com/darkweak/[email protected]/plugins/base.go:55 +0x37
Nov 18 12:46:32 VM-zlNr9iaPx8gT caddy[57298]: github.com/caddyserver/caddy/v2/modules/caddyhttp/reverseproxy.Handler.finalizeResponse({{0x0, 0x0, 0x0}, {0x0, 0x0, 0x0}, 0xc0006f9180, 0x0, {0xc000540320, 0x1, ...}, ...}, ...)
Nov 18 12:46:32 VM-zlNr9iaPx8gT caddy[57298]:         github.com/caddyserver/caddy/[email protected]/modules/caddyhttp/reverseproxy/reverseproxy.go:966 +0x1e2
Nov 18 12:46:32 VM-zlNr9iaPx8gT caddy[57298]: github.com/caddyserver/caddy/v2/modules/caddyhttp/reverseproxy.(*Handler).reverseProxy(0xc000452d00, {0x2420300?, 0xc00542bac0}, 0xc007113500, 0xc006723300, 0xc006aff960, {0xc000115620, {0xc00088e3a0, 0x4}, {0xc00088e3a5, ...}, ...}, ...)
Nov 18 12:46:32 VM-zlNr9iaPx8gT caddy[57298]:         github.com/caddyserver/caddy/[email protected]/modules/caddyhttp/reverseproxy/reverseproxy.go:934 +0x1065
Nov 18 12:46:32 VM-zlNr9iaPx8gT caddy[57298]: github.com/caddyserver/caddy/v2/modules/caddyhttp/reverseproxy.(*Handler).proxyLoopIteration(0xc000452d00, 0xc007113500, 0x4?, {0x2420300, 0xc00542bac0}, {0x0, 0x0}, {0xc0d5e16a228ba32a, 0x613277dbf70, 0x343caa0}, ...)
Nov 18 12:46:32 VM-zlNr9iaPx8gT caddy[57298]:         github.com/caddyserver/caddy/[email protected]/modules/caddyhttp/reverseproxy/reverseproxy.go:570 +0xf05
Nov 18 12:46:32 VM-zlNr9iaPx8gT caddy[57298]: github.com/caddyserver/caddy/v2/modules/caddyhttp/reverseproxy.(*Handler).ServeHTTP(0xc000452d00, {0x2420300, 0xc00542bac0}, 0xc006723300, {0x2417700, 0xc006affac0})
Nov 18 12:46:32 VM-zlNr9iaPx8gT caddy[57298]:         github.com/caddyserver/caddy/[email protected]/modules/caddyhttp/reverseproxy/reverseproxy.go:478 +0x3da
Nov 18 12:46:32 VM-zlNr9iaPx8gT caddy[57298]: github.com/caddyserver/caddy/v2/modules/caddyhttp.wrapMiddleware.func1.1({0x2420300?, 0xc00542bac0?}, 0x2417700?)
Nov 18 12:46:32 VM-zlNr9iaPx8gT caddy[57298]:         github.com/caddyserver/caddy/[email protected]/modules/caddyhttp/routes.go:290 +0x42
Nov 18 12:46:32 VM-zlNr9iaPx8gT caddy[57298]: github.com/caddyserver/caddy/v2/modules/caddyhttp.HandlerFunc.ServeHTTP(0x2417700?, {0x2420300?, 0xc00542bac0?}, 0x1e81100?)
Nov 18 12:46:32 VM-zlNr9iaPx8gT caddy[57298]:         github.com/caddyserver/caddy/[email protected]/modules/caddyhttp/caddyhttp.go:58 +0x2f
Nov 18 12:46:32 VM-zlNr9iaPx8gT caddy[57298]: github.com/caddyserver/caddy/v2/modules/caddyhttp.wrapRoute.func1.1({0x2420300, 0xc00542bac0}, 0xc006723300)
Nov 18 12:46:32 VM-zlNr9iaPx8gT caddy[57298]:         github.com/caddyserver/caddy/[email protected]/modules/caddyhttp/routes.go:259 +0x3a8
Nov 18 12:46:32 VM-zlNr9iaPx8gT caddy[57298]: github.com/caddyserver/caddy/v2/modules/caddyhttp.HandlerFunc.ServeHTTP(0x0?, {0x2420300?, 0xc00542bac0?}, 0x1d?)
Nov 18 12:46:32 VM-zlNr9iaPx8gT caddy[57298]:         github.com/caddyserver/caddy/[email protected]/modules/caddyhttp/caddyhttp.go:58 +0x2f
Nov 18 12:46:32 VM-zlNr9iaPx8gT caddy[57298]: github.com/caddyserver/caddy/v2/modules/caddyhttp/rewrite.Rewrite.ServeHTTP({{0x0, 0x0}, {0xc00088e2e0, 0x1d}, {0x0, 0x0}, {0x0, 0x0}, {0x0, 0x0, ...}, ...}, ...)
Nov 18 12:46:32 VM-zlNr9iaPx8gT caddy[57298]:         github.com/caddyserver/caddy/[email protected]/modules/caddyhttp/rewrite/rewrite.go:136 +0x3ff
Nov 18 12:46:32 VM-zlNr9iaPx8gT caddy[57298]: github.com/caddyserver/caddy/v2/modules/caddyhttp.wrapMiddleware.func1.1({0x2420300?, 0xc00542bac0?}, 0x2417700?)
Nov 18 12:46:32 VM-zlNr9iaPx8gT caddy[57298]:         github.com/caddyserver/caddy/[email protected]/modules/caddyhttp/routes.go:290 +0x42
Nov 18 12:46:32 VM-zlNr9iaPx8gT caddy[57298]: github.com/caddyserver/caddy/v2/modules/caddyhttp.HandlerFunc.ServeHTTP(0x2417700?, {0x2420300?, 0xc00542bac0?}, 0x4?)
Nov 18 12:46:32 VM-zlNr9iaPx8gT caddy[57298]:         github.com/caddyserver/caddy/[email protected]/modules/caddyhttp/caddyhttp.go:58 +0x2f
Nov 18 12:46:32 VM-zlNr9iaPx8gT caddy[57298]: github.com/caddyserver/caddy/v2/modules/caddyhttp.wrapRoute.func1.1({0x2420300, 0xc00542bac0}, 0xc006723300)
Nov 18 12:46:32 VM-zlNr9iaPx8gT caddy[57298]:         github.com/caddyserver/caddy/[email protected]/modules/caddyhttp/routes.go:259 +0x3a8
Nov 18 12:46:32 VM-zlNr9iaPx8gT caddy[57298]: github.com/caddyserver/caddy/v2/modules/caddyhttp.HandlerFunc.ServeHTTP(0x1d370a0?, {0x2420300?, 0xc00542bac0?}, 0xe?)
Nov 18 12:46:32 VM-zlNr9iaPx8gT caddy[57298]:         github.com/caddyserver/caddy/[email protected]/modules/caddyhttp/caddyhttp.go:58 +0x2f
Nov 18 12:46:32 VM-zlNr9iaPx8gT caddy[57298]: github.com/caddyserver/caddy/v2/modules/caddyhttp.wrapRoute.func1.1({0x2420300, 0xc00542bac0}, 0xc006723300)
Nov 18 12:46:32 VM-zlNr9iaPx8gT caddy[57298]:         github.com/caddyserver/caddy/[email protected]/modules/caddyhttp/routes.go:227 +0x336
Nov 18 12:46:32 VM-zlNr9iaPx8gT caddy[57298]: github.com/caddyserver/caddy/v2/modules/caddyhttp.HandlerFunc.ServeHTTP(0x0?, {0x2420300?, 0xc00542bac0?}, 0xc007d78200?)
Nov 18 12:46:32 VM-zlNr9iaPx8gT caddy[57298]:         github.com/caddyserver/caddy/[email protected]/modules/caddyhttp/caddyhttp.go:58 +0x2f
Nov 18 12:46:32 VM-zlNr9iaPx8gT caddy[57298]: github.com/caddyserver/caddy/v2/modules/caddyhttp/rewrite.Rewrite.ServeHTTP({{0x0, 0x0}, {0xc00013e440, 0x36}, {0x0, 0x0}, {0x0, 0x0}, {0x0, 0x0, ...}, ...}, ...)
Nov 18 12:46:32 VM-zlNr9iaPx8gT caddy[57298]:         github.com/caddyserver/caddy/[email protected]/modules/caddyhttp/rewrite/rewrite.go:136 +0x3ff
Nov 18 12:46:32 VM-zlNr9iaPx8gT caddy[57298]: github.com/caddyserver/caddy/v2/modules/caddyhttp.wrapMiddleware.func1.1({0x2420300?, 0xc00542bac0?}, 0x2417700?)
Nov 18 12:46:32 VM-zlNr9iaPx8gT caddy[57298]:         github.com/caddyserver/caddy/[email protected]/modules/caddyhttp/routes.go:290 +0x42
Nov 18 12:46:32 VM-zlNr9iaPx8gT caddy[57298]: github.com/caddyserver/caddy/v2/modules/caddyhttp.HandlerFunc.ServeHTTP(0x2417700?, {0x2420300?, 0xc00542bac0?}, 0x6?)
Nov 18 12:46:32 VM-zlNr9iaPx8gT caddy[57298]:         github.com/caddyserver/caddy/[email protected]/modules/caddyhttp/caddyhttp.go:58 +0x2f
Nov 18 12:46:32 VM-zlNr9iaPx8gT caddy[57298]: github.com/caddyserver/caddy/v2/modules/caddyhttp.wrapRoute.func1.1({0x2420300, 0xc00542bac0}, 0xc006723300)
Nov 18 12:46:32 VM-zlNr9iaPx8gT caddy[57298]:         github.com/caddyserver/caddy/[email protected]/modules/caddyhttp/routes.go:259 +0x3a8
Nov 18 12:46:32 VM-zlNr9iaPx8gT caddy[57298]: github.com/caddyserver/caddy/v2/modules/caddyhttp.HandlerFunc.ServeHTTP(0x1d370a0?, {0x2420300?, 0xc00542bac0?}, 0xe?)
Nov 18 12:46:32 VM-zlNr9iaPx8gT caddy[57298]:         github.com/caddyserver/caddy/[email protected]/modules/caddyhttp/caddyhttp.go:58 +0x2f
Nov 18 12:46:32 VM-zlNr9iaPx8gT caddy[57298]: github.com/caddyserver/caddy/v2/modules/caddyhttp.wrapRoute.func1.1({0x2420300, 0xc00542bac0}, 0xc006723300)
Nov 18 12:46:32 VM-zlNr9iaPx8gT caddy[57298]:         github.com/caddyserver/caddy/[email protected]/modules/caddyhttp/routes.go:227 +0x336
Nov 18 12:46:32 VM-zlNr9iaPx8gT caddy[57298]: github.com/caddyserver/caddy/v2/modules/caddyhttp.HandlerFunc.ServeHTTP(0xc0004f4000?, {0x2420300?, 0xc00542bac0?}, 0x2417700?)
Nov 18 12:46:32 VM-zlNr9iaPx8gT caddy[57298]:         github.com/caddyserver/caddy/[email protected]/modules/caddyhttp/caddyhttp.go:58 +0x2f
Nov 18 12:46:32 VM-zlNr9iaPx8gT caddy[57298]: github.com/caddyserver/caddy/v2/modules/caddyhttp.(*Subroute).ServeHTTP(0xc000540140, {0x2420300, 0xc00542bac0}, 0xc004bd5401?, {0x2417700, 0xc006affb20})
Nov 18 12:46:32 VM-zlNr9iaPx8gT caddy[57298]:         github.com/caddyserver/caddy/[email protected]/modules/caddyhttp/subroute.go:74 +0x6d
Nov 18 12:46:32 VM-zlNr9iaPx8gT caddy[57298]: github.com/caddyserver/caddy/v2/modules/caddyhttp.wrapMiddleware.func1.1({0x2420300?, 0xc00542bac0?}, 0x2417700?)
Nov 18 12:46:32 VM-zlNr9iaPx8gT caddy[57298]:         github.com/caddyserver/caddy/[email protected]/modules/caddyhttp/routes.go:290 +0x42
Nov 18 12:46:32 VM-zlNr9iaPx8gT caddy[57298]: github.com/caddyserver/caddy/v2/modules/caddyhttp.HandlerFunc.ServeHTTP(0x2417700?, {0x2420300?, 0xc00542bac0?}, 0x50?)
Nov 18 12:46:32 VM-zlNr9iaPx8gT caddy[57298]:         github.com/caddyserver/caddy/[email protected]/modules/caddyhttp/caddyhttp.go:58 +0x2f
Nov 18 12:46:32 VM-zlNr9iaPx8gT caddy[57298]: github.com/caddyserver/caddy/v2/modules/caddyhttp.wrapRoute.func1.1({0x2420300, 0xc00542bac0}, 0xc006723300)
Nov 18 12:46:32 VM-zlNr9iaPx8gT caddy[57298]:         github.com/caddyserver/caddy/[email protected]/modules/caddyhttp/routes.go:259 +0x3a8
Nov 18 12:46:32 VM-zlNr9iaPx8gT caddy[57298]: github.com/caddyserver/caddy/v2/modules/caddyhttp.HandlerFunc.ServeHTTP(0xc006723300?, {0x2420300?, 0xc00542bac0?}, 0x4?)
Nov 18 12:46:32 VM-zlNr9iaPx8gT caddy[57298]:         github.com/caddyserver/caddy/[email protected]/modules/caddyhttp/caddyhttp.go:58 +0x2f
Nov 18 12:46:32 VM-zlNr9iaPx8gT caddy[57298]: github.com/caddyserver/caddy/v2/modules/caddyhttp/encode.(*Encode).ServeHTTP(0xc00059c380, {0x2420300, 0xc00542bac0}, 0x10?, {0x2417700, 0xc006affb40})
Nov 18 12:46:32 VM-zlNr9iaPx8gT caddy[57298]:         github.com/caddyserver/caddy/[email protected]/modules/caddyhttp/encode/encode.go:129 +0xa4
Nov 18 12:46:32 VM-zlNr9iaPx8gT caddy[57298]: github.com/caddyserver/caddy/v2/modules/caddyhttp.wrapMiddleware.func1.1({0x2420300?, 0xc00542bac0?}, 0xc0008f4460?)
Nov 18 12:46:32 VM-zlNr9iaPx8gT caddy[57298]:         github.com/caddyserver/caddy/[email protected]/modules/caddyhttp/routes.go:290 +0x42
Nov 18 12:46:32 VM-zlNr9iaPx8gT caddy[57298]: github.com/caddyserver/caddy/v2/modules/caddyhttp.HandlerFunc.ServeHTTP(0xc0064be300?, {0x2420300?, 0xc00542bac0?}, 0xc0074dcd98?)
Nov 18 12:46:32 VM-zlNr9iaPx8gT caddy[57298]:         github.com/caddyserver/caddy/[email protected]/modules/caddyhttp/caddyhttp.go:58 +0x2f
Nov 18 12:46:32 VM-zlNr9iaPx8gT caddy[57298]: github.com/darkweak/souin/plugins/caddy.(*SouinCaddyPlugin).ServeHTTP.func1({0xc00020b680?, 0x0?}, 0x1ffb076?)
Nov 18 12:46:32 VM-zlNr9iaPx8gT caddy[57298]:         github.com/darkweak/souin/plugins/[email protected]/httpcache.go:131 +0x62
Nov 18 12:46:32 VM-zlNr9iaPx8gT caddy[57298]: github.com/darkweak/souin/plugins.DefaultSouinPluginCallback.func3({0x2420300?, 0xc00542bac0?}, 0xc004c3d110?)
Nov 18 12:46:32 VM-zlNr9iaPx8gT caddy[57298]:         github.com/darkweak/[email protected]/plugins/base.go:210 +0xae
Nov 18 12:46:32 VM-zlNr9iaPx8gT caddy[57298]: created by github.com/darkweak/souin/plugins.DefaultSouinPluginCallback
Nov 18 12:46:32 VM-zlNr9iaPx8gT caddy[57298]:         github.com/darkweak/[email protected]/plugins/base.go:206 +0x95b
Nov 18 12:46:32 VM-zlNr9iaPx8gT systemd[1]: caddy.service: Main process exited, code=exited, status=2/INVALIDARGUMENT
Nov 18 12:46:32 VM-zlNr9iaPx8gT systemd[1]: caddy.service: Failed with result 'exit-code'.

env:

root@VM-zlNr9iaPx8gT:~/xcaddy# caddy build-info 
go      go1.19.2
path    caddy
mod     caddy   (devel)
dep     filippo.io/edwards25519 v1.0.0-rc.1     h1:m0VOOB23frXZvAOK44usCgLWvtsxIoMCTBGJZlpmGfU=
dep     github.com/AndreasBriese/bbloom v0.0.0-20190825152654-46b345b51c96      h1:cTp8I5+VIoKjsnZuH8vjyaysT/ses3EvZeaV/1UkF2M=
dep     github.com/BurntSushi/toml      v1.2.0  h1:Rt8g24XnyGTyglgET/PRUNlrUeu9F5L+7FilkXfZgs0=
dep     github.com/Masterminds/goutils  v1.1.1  h1:5nUrii3FMTL5diU80unEVvNevw1nH4+ZV4DSLVJLSYI=
dep     github.com/Masterminds/semver/v3        v3.1.1  h1:hLg3sBzpNErnxhQtUy/mmLR2I9foDujNK030IGemrRc=
dep     github.com/Masterminds/sprig/v3 v3.2.2  h1:17jRggJu518dr3QaafizSXOjKYp94wKfABxUmyxvxX8=
dep     github.com/alecthomas/chroma    v0.10.0 h1:7XDcGkCQopCNKjZHfYrNLraA+M7e0fMiJ/Mfikbfjek=
dep     github.com/andybalholm/brotli   v1.0.4  h1:V7DdXeJtZscaqfNuAdSRuRFzuiKlHSC/Zh3zl9qY3JY=
dep     github.com/antlr/antlr4/runtime/Go/antlr        v0.0.0-20220418222510-f25a4f6275ed      h1:ue9pVfIcP+QMEjfgo/Ez4ZjNZfonGgR6NgjMaJMu1Cg=
dep     github.com/armon/go-metrics     v0.3.9  h1:O2sNqxBdvq8Eq5xmzljcYzAORli6RWCvEym4cJf9m18=
dep     github.com/aryann/difflib       v0.0.0-20210328193216-ff5ff6dc229b      h1:uUXgbcPDK3KpW29o4iy7GtuappbWT0l5NaMo9H9pJDw=
dep     github.com/beorn7/perks v1.0.1  h1:VlbKKnNfV8bJzeqoa4cOKqO6bYr3WgKZxO8Z16+hsOM=
dep     github.com/buraksezer/connpool  v0.6.0  h1:NnTWkd3OH3BAn4qbeI+Ks1XDzU0DQRgOfF+SxsUMdtU=
dep     github.com/buraksezer/consistent        v0.0.0-20191006190839-693edf70fd72      h1:fUmDBbSvv1uOzo/t8WaxZMVb7BxJ8JECo5lGoR9c5bA=
dep     github.com/buraksezer/olric     v0.4.7  h1:z6UiY6KS/Zpx3BP8MU9HdwFoJ1M2pUMVk+E7zGBjTEI=
dep     github.com/bwmarrin/snowflake   v0.3.0  h1:xm67bEhkKh6ij1790JB83OujPR5CzNe8QuQqAgISZN0=
dep     github.com/caddyserver/caddy/v2 v2.6.2  h1:wKoFIxpmOJLGl3QXoo6PNbYvGW4xLEgo32GPBEjWL8o=
dep     github.com/caddyserver/certmagic        v0.17.2 h1:o30seC1T/dBqBCNNGNHWwj2i5/I/FMjBbTAhjADP3nE=
dep     github.com/cenkalti/backoff/v4  v4.1.2  h1:6Yo7N8UP2K6LWZnW94DLVSSrbobcWdVzAYOisuDPIFo=
dep     github.com/cespare/xxhash       v1.1.0  h1:a6HrQnmkObjyL+Gs60czilIUGqrzKutQD6XZog3p+ko=
dep     github.com/cespare/xxhash/v2    v2.1.2  h1:YRXhKfTDauu4ajMg1TPgFO5jnlC2HCbmLXMcTG5cbYE=
dep     github.com/chzyer/readline      v0.0.0-20180603132655-2972be24d48e      h1:fY5BOSpyZCqRo5OhCuC+XN+r/bBCmeuuJtjz+bCNIf8=
dep     github.com/coreos/go-semver     v0.3.0  h1:wkHLiw0WNATZnSG7epLsujiMCgPAc9xhjJ4tgnAxmfM=
dep     github.com/coreos/go-systemd/v22        v22.3.2 h1:D9/bQk5vlXQFZ6Kwuu6zaiXJ9oTPe68++AzAJc1DzSI=
dep     github.com/cpuguy83/go-md2man/v2        v2.0.2  h1:p1EgwI/C7NhT0JmVkwCD2ZBK8j4aeHQX2pMHHBfMQ6w=
dep     github.com/darkweak/go-esi      v0.0.4  h1:Q8tk6724Bz6/Cpl51tkdPTkNY1yrCXR5qInNv1E0xxQ=
dep     github.com/darkweak/souin       v1.6.23-0.20221115190723-b3c744699c50   h1:uMsaH9YEB2WGGpVuReUs4HB52EdeUEqXuRfhvRMbnnc=
dep     github.com/darkweak/souin/plugins/caddy v0.0.0-20221115190723-b3c744699c50      h1:zK6xHR9Muic6e7hcYF0uGC3np9blUpoSZ3Pk3pBjUzk=
dep     github.com/dgraph-io/badger     v1.6.2  h1:mNw0qs90GVgGGWylh0umH5iag1j6n/PeJtNvL6KY/x8=
dep     github.com/dgraph-io/badger/v2  v2.2007.4       h1:TRWBQg8UrlUhaFdco01nO2uXwzKS7zd+HVdwV/GHc4o=
dep     github.com/dgraph-io/badger/v3  v3.2103.2       h1:dpyM5eCJAtQCBcMCZcT4UBZchuTJgCywerHHgmxfxM8=
dep     github.com/dgraph-io/ristretto  v0.1.0  h1:Jv3CGQHp9OjuMBSne1485aDpUkTKEcUqF+jm/LuerPI=
dep     github.com/dgryski/go-farm      v0.0.0-20200201041132-a6ae2369ad13      h1:fAjc9m62+UWV/WAFKLNi6ZS0675eEUC9y3AlwSbQu1Y=
dep     github.com/dgryski/go-rendezvous        v0.0.0-20200823014737-9f7001d12a5f      h1:lO4WD4F/rVNCu3HqELle0jiPLLBs70cWOduZpkS1E78=
dep     github.com/dlclark/regexp2      v1.4.0  h1:F1rxgk7p4uKjwIQxBs9oAXe5CqrXlCduYEJvrF4u93E=
dep     github.com/dustin/go-humanize   v1.0.1-0.20200219035652-afde56e7acac    h1:opbrjaN/L8gg6Xh5D04Tem+8xVcz6ajZlGCs49mQgyg=
dep     github.com/felixge/httpsnoop    v1.0.3  h1:s/nj+GCswXYzN5v2DpNMuMQYe+0DDwt5WVCU6CWBdXk=
dep     github.com/go-chi/chi   v4.1.2+incompatible     h1:fGFk2Gmi/YKXk0OmGfBh0WgmN3XB8lVnEyNz34tQRec=
dep     github.com/go-chi/stampede      v0.5.1  h1:faVKiLt5dCFrfTmAOzWxcW/YLfKUNJCNbbfUgGn8ESU=
dep     github.com/go-kit/kit   v0.10.0 h1:dXFJfIHVvUcpSgDOV+Ne6t7jXri8Tfv2uOLHUZ2XNuo=
dep     github.com/go-logfmt/logfmt     v0.5.0  h1:TrB8swr/68K7m9CcGut2g3UOihhbcbiMAYiuTXdEih4=
dep     github.com/go-logr/logr v1.2.3  h1:2DntVwHkVopvECVRSlL5PSo9eG+cAkDCuckLubN+rq0=
dep     github.com/go-logr/stdr v1.2.2  h1:hSWxHoqTgW2S2qGc0LTAI563KZ5YKYRhT3MFKZMbjag=
dep     github.com/go-redis/redis/v9    v9.0.0-beta.2   h1:ZSr84TsnQyKMAg8gnV+oawuQezeJR11/09THcWCQzr4=
dep     github.com/go-sql-driver/mysql  v1.6.0  h1:BCTh4TKNUYmOmMUcQ3IipzF5prigylS7XXjEkfCHuOE=
dep     github.com/gogo/protobuf        v1.3.2  h1:Ov1cvc58UF3b5XjBnZv7+opcTcQFZebYjWzi34vdm4Q=
dep     github.com/golang-jwt/jwt       v3.2.2+incompatible     h1:IfV12K8xAKAnZqdXVzCZ+TOjboZ2keLg81eXfW3O+oY=
dep     github.com/golang/glog  v1.0.0  h1:nfP3RFugxnNRyKgeWd4oI1nYvXpxrx8ck8ZrcizshdQ=
dep     github.com/golang/groupcache    v0.0.0-20210331224755-41bb18bfe9da      h1:oI5xCqsCo564l8iNU+DwB5epxmsaqB+rhGL0m5jtYqE=
dep     github.com/golang/protobuf      v1.5.2  h1:ROPKBNFfQgOUMifHyP+KYbvpjbdoFNs+aK7DXlji0Tw=
dep     github.com/golang/snappy        v0.0.4  h1:yAGX7huGHXlcLOEtBnF4w7FQwA26wojNCwOYAEhLjQM=
dep     github.com/google/btree v1.0.1  h1:gK4Kx5IaGY9CD5sPJ36FHiBJ6ZXl0kilRiiCj+jdYp4=
dep     github.com/google/cel-go        v0.12.5 h1:DmzaiSgoaqGCjtpPQWl26/gND+yRpim56H1jCVev6d8=
dep     github.com/google/flatbuffers   v1.12.1 h1:MVlul7pQNoDzWRLTw5imwYsl+usrS1TXG2H4jg6ImGw=
dep     github.com/google/uuid  v1.3.0  h1:t6JiXgmwXMjEs8VusXIJk2BXHsn+wx8BZdTaoZ5fu7I=
dep     github.com/grpc-ecosystem/grpc-gateway  v1.16.0 h1:gmcG1KaJ57LophUzW0Hy8NmPhnMZb4M0+kPpLofRdBo=
dep     github.com/hashicorp/errwrap    v1.1.0  h1:OxrOeh75EUXMY8TBjag2fzXGZ40LB6IKw45YeGUDY2I=
dep     github.com/hashicorp/go-immutable-radix v1.3.1  h1:DKHmCUm2hRBK510BaiZlwvpD40f8bJFeZnpfm2KLowc=
dep     github.com/hashicorp/go-msgpack v0.5.3  h1:zKjpN5BK/P5lMYrLmBHdBULWbJ0XpYR+7NGzqkZzoD4=
dep     github.com/hashicorp/go-multierror      v1.1.1  h1:H5DkEtf6CXdFp0N0Em5UCwQpXMWke8IA0+lD48awMYo=
dep     github.com/hashicorp/go-sockaddr        v1.0.2  h1:ztczhD1jLxIRjVejw8gFomI1BQZOe2WoVOu0SyteCQc=
dep     github.com/hashicorp/golang-lru v0.5.5-0.20200511160909-eb529947af53    h1:mcyf48FjrlX8JRXvy5v3LPeXBv+Um6WvoKS+kknfgIk=
dep     github.com/hashicorp/logutils   v1.0.0  h1:dLEQVugN8vlakKOUE3ihGLTZJRB4j+M2cdTm/ORI65Y=
dep     github.com/hashicorp/memberlist v0.1.5  h1:AYBsgJOW9gab/toO5tEB8lWetVgDKZycqkebJ8xxpqM=
dep     github.com/huandu/xstrings      v1.3.2  h1:L18LIDzqlW6xN2rEkpdV8+oL/IXWJ1APd+vsdYy4Wdw=
dep     github.com/imdario/mergo        v0.3.13 h1:lFzP57bqS/wsqKssCGmtLAb8A0wKjLGrve2q3PPVcBk=
dep     github.com/jackc/chunkreader/v2 v2.0.1  h1:i+RDz65UE+mmpjTfyz0MoVTnzeYxroil2G82ki7MGG8=
dep     github.com/jackc/pgconn v1.10.1 h1:DzdIHIjG1AxGwoEEqS+mGsURyjt4enSmqzACXvVzOT8=
dep     github.com/jackc/pgio   v1.0.0  h1:g12B9UwVnzGhueNavwioyEEpAmqMe1E/BN9ES+8ovkE=
dep     github.com/jackc/pgpassfile     v1.0.0  h1:/6Hmqy13Ss2zCq62VdNG8tM1wchn8zjSGOBJ6icpsIM=
dep     github.com/jackc/pgproto3/v2    v2.2.0  h1:r7JypeP2D3onoQTCxWdTpCtJ4D+qpKr0TxvoyMhZ5ns=
dep     github.com/jackc/pgservicefile  v0.0.0-20200714003250-2b9c44734f2b      h1:C8S2+VttkHFdOOCXJe+YGfa4vHYwlt4Zx+IVXQ97jYg=
dep     github.com/jackc/pgtype v1.9.0  h1:/SH1RxEtltvJgsDqp3TbiTFApD3mey3iygpuEGeuBXk=
dep     github.com/jackc/pgx/v4 v4.14.0 h1:TgdrmgnM7VY72EuSQzBbBd4JA1RLqJolrw9nQVZABVc=
dep     github.com/klauspost/compress   v1.15.11        h1:Lcadnb3RKGin4FYM/orgq0qde+nc15E5Cbqg4B9Sx9c=
dep     github.com/klauspost/cpuid/v2   v2.1.1  h1:t0wUqjowdm8ezddV5k0tLWVklVuvLJpoHeb4WBdydm0=
dep     github.com/libdns/libdns        v0.2.1  h1:Wu59T7wSHRgtA0cfxC+n1c/e+O3upJGWytknkmFEDis=
dep     github.com/lucas-clemente/quic-go       v0.29.2 h1:O8Mt0O6LpvEW+wfC40vZdcw0DngwYzoxq5xULZNzSI8=
dep     github.com/manifoldco/promptui  v0.9.0  h1:3V4HzJk1TtXW1MTZMP7mdlwbBpIinw3HztaIlYthEiA=
dep     github.com/marten-seemann/qpack v0.2.1  h1:jvTsT/HpCn2UZJdP+UUB53FfUUgeOyG5K1ns0OJOGVs=
dep     github.com/marten-seemann/qtls-go1-19   v0.1.1  h1:mnbxeq3oEyQxQXwI4ReCgW9DPoPR94sNlqWoDZnjRIE=
dep     github.com/mattn/go-colorable   v0.1.8  h1:c1ghPdyEDarC70ftn0y+A/Ee++9zz8ljHG1b13eJ0s8=
dep     github.com/mattn/go-isatty      v0.0.13 h1:qdl+GuBjcsKKDco5BsxPJlId98mSWNKqYA+Co0SC1yA=
dep     github.com/matttproud/golang_protobuf_extensions        v1.0.1  h1:4hp9jkHxhMHkqkrB3Ix0jegS5sx/RkqARlsWZ6pIwiU=
dep     github.com/mgutz/ansi   v0.0.0-20200706080929-d51e80ef957d      h1:5PJl274Y63IEHC+7izoQE9x6ikvDFZS2mDVS3drnohI=
dep     github.com/mholt/acmez  v1.0.4  h1:N3cE4Pek+dSolbsofIkAYz6H1d3pE+2G0os7QHslf80=
dep     github.com/micromdm/scep/v2     v2.1.0  h1:2fS9Rla7qRR266hvUoEauBJ7J6FhgssEiq2OkSKXmaU=
dep     github.com/miekg/dns    v1.1.50 h1:DQUfb9uc6smULcREF09Uc+/Gd46YWqJd5DbpPE9xkcA=
dep     github.com/mitchellh/copystructure      v1.2.0  h1:vpKXTN4ewci03Vljg/q9QvCGUDttBOGBIa15WveJJGw=
dep     github.com/mitchellh/go-ps      v1.0.0  h1:i6ampVEEF4wQFF+bkYfwYgY+F/uYJDktmvLPf7qIgjc=
dep     github.com/mitchellh/reflectwalk        v1.0.2  h1:G2LzWKi524PWgd3mLHV8Y5k7s6XUvT0Gef6zxSIeXaQ=
dep     github.com/pkg/errors   v0.9.1  h1:FEBLx1zS214owpjy7qsBeixbURkuhQAwrK5UwLGTwt4=
dep     github.com/pquerna/cachecontrol v0.1.0  h1:yJMy84ti9h/+OEWa752kBTKv4XC30OtVVHYv/8cTqKc=
dep     github.com/prometheus/client_golang     v1.12.2 h1:51L9cDoUHVrXx4zWYlcLQIZ+d+VXHgqnYKkIuq4g/34=
dep     github.com/prometheus/client_model      v0.2.0  h1:uq5h0d+GuxiXLJLNABMgp2qUWDPiLvgCzz2dUR+/W/M=
dep     github.com/prometheus/common    v0.32.1 h1:hWIdL3N2HoUx3B8j3YN9mWor0qhY/NlEKZEaXxuIRh4=
dep     github.com/prometheus/procfs    v0.7.3  h1:4jVXhlkAyzOScmCkXBTOLRLTz8EeU+eyjrwB/EPq0VU=
dep     github.com/rs/xid       v1.2.1  h1:mhH9Nq+C1fY2l1XIpgxIiUOfNpRBYH1kKcr+qfKgjRc=
dep     github.com/russross/blackfriday/v2      v2.1.0  h1:JIOH55/0cWyOuilr9/qlrm0BSXldqnqwMsf35Ld67mk=
dep     github.com/sean-/seed   v0.0.0-20170313163322-e2103e2c3529      h1:nn5Wsu0esKSJiIVhscUtVbo7ada43DJhG55ua/hjS5I=
dep     github.com/shopspring/decimal   v1.2.0  h1:abSATXmQEYyShuxI4/vyW3tV1MrKAJzCZ/0zLUXYbsQ=
dep     github.com/shurcooL/sanitized_anchor_name       v1.0.0  h1:PdmoCO6wvbs+7yrJyMORt4/BmY5IYyJwS/kOiWx8mHo=
dep     github.com/sirupsen/logrus      v1.8.1  h1:dJKuHgqk1NNQlqoA6BTlM1Wf9DOH3NBjQyu0h9+AZZE=
dep     github.com/slackhq/nebula       v1.5.2  h1:wuIOHsOnrNw3rQx8yPxXiGu8wAtAxxtUI/K8W7Vj7EI=
dep     github.com/smallstep/certificates       v0.22.1 h1:oAwb9tj+M3sKnlKLqPpJUOsn1HbxKOJ4MVCuvDHHjy8=
dep     github.com/smallstep/cli        v0.22.0 h1:Mbb2CkunxAVig7Cr1NymS2NhjeOvkZqLPsfe9ZKMEfk=
dep     github.com/smallstep/nosql      v0.4.0  h1:Go3WYwttUuvwqMtFiiU4g7kBIlY+hR0bIZAqVdakQ3M=
dep     github.com/smallstep/truststore v0.12.0 h1:973Aa6fA7Ob/GCxqziosDzkQq6tV0Le6IUe4sikyW+U=
dep     github.com/spf13/cast   v1.4.1  h1:s0hze+J0196ZfEMTs80N7UlFt0BDuQ7Q+JDnHiMWKdA=
dep     github.com/spf13/cobra  v1.5.0  h1:X+jTBEBqF0bHN+9cSMgmfuvv2VHJ9ezmFNf9Y/XstYU=
dep     github.com/spf13/pflag  v1.0.5  h1:iy+VFUOCP1a+8yFto/drg2CJ5u0yRoB7fZw3DKv/JXA=
dep     github.com/stoewer/go-strcase   v1.2.0  h1:Z2iHWqGXH00XYgqDmNgQbIBxf3wrNq0F3feEy0ainaU=
dep     github.com/tailscale/tscert     v0.0.0-20220316030059-54bbcb9f74e2      h1:xwMw7LFhV9dbvot9A7NLClP9udqbjrQlIwWMH8e7uiQ=
dep     github.com/ueffel/caddy-brotli  v1.2.0  h1:NoWM711d78ohihcr0sn8C75qMDEkcgozzY+UGe8l0Gs=
dep     github.com/urfave/cli   v1.22.5 h1:lNq9sAHXK2qfdI8W+GRItjCEkI+2oR4d+MEHy1CKXoU=
dep     github.com/vmihailenco/msgpack  v4.0.4+incompatible     h1:dSLoQfGFAo3F6OoNhwUmLwVgaUXK79GlxNBwueZn0xI=
dep     github.com/xujiajun/mmap-go     v1.0.1  h1:7Se7ss1fLPPRW+ePgqGpCkfGIZzJV6JPq9Wq9iv/WHc=
dep     github.com/xujiajun/nutsdb      v0.9.0  h1:vy8rjDp0Sk/SnTAqg61i+G4NIN/3tBKSdZ6rIyKYVIo=
dep     github.com/xujiajun/utils       v0.0.0-20190123093513-8bf096c4f53b      h1:jKG9OiL4T4xQN3IUrhUpc1tG+HfDXppkgVcrAiiaI/0=
dep     github.com/yuin/goldmark        v1.5.2  h1:ALmeCk/px5FSm1MAcFBAsVKZjDuMVj8Tm7FFIlMJnqU=
dep     github.com/yuin/goldmark-highlighting   v0.0.0-20220208100518-594be1970594      h1:yHfZyN55+5dp1wG7wDKv8HQ044moxkyGq12KFFMFDxg=
dep     go.etcd.io/bbolt        v1.3.6  h1:/ecaJf0sk1l4l6V4awd65v2C3ILy7MSj+s/x1ADCIMU=
dep     go.etcd.io/etcd/api/v3  v3.5.4  h1:OHVyt3TopwtUQ2GKdd5wu3PmmipR4FTwCqoEjSyRdIc=
dep     go.etcd.io/etcd/client/pkg/v3   v3.5.4  h1:lrneYvz923dvC14R54XcA7FXoZ3mlGZAgmwhfm7HqOg=
dep     go.etcd.io/etcd/client/v3       v3.5.4  h1:p83BUL3tAYS0OT/r0qglgc3M1JjhM0diV8DSWAhVXv4=
dep     go.mozilla.org/pkcs7    v0.0.0-20210826202110-33d05740a352      h1:CCriYyAfq1Br1aIYettdHZTy8mBTIPo7We18TuO/bak=
dep     go.opencensus.io        v0.23.0 h1:gqCw0LfLxScz8irSi8exQc7fyQ0fKQU/qnC/X8+V/1M=
dep     go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp   v0.34.0 h1:9NkMW03wwEzPtP/KciZ4Ozu/Uz5ZA7kfqXJIObnrjGU=
dep     go.opentelemetry.io/otel        v1.9.0  h1:8WZNQFIB2a71LnANS9JeyidJKKGOOremcUtb/OtHISw=
dep     go.opentelemetry.io/otel/exporters/otlp/internal/retry  v1.4.0  h1:j7AwzDdAQBJjcqayAaYbvpYeZzII7cEe5qJTu+De6UY=
dep     go.opentelemetry.io/otel/exporters/otlp/otlptrace       v1.4.0  h1:lRpP10E8oTGVmY1nVXcwelCT1Z8ca41/l5ce7AqLAss=
dep     go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracegrpc v1.4.0  h1:buSx4AMC/0Z232slPhicN/fU5KIlj0bMngct5pcZhkI=
dep     go.opentelemetry.io/otel/metric v0.31.0 h1:6SiklT+gfWAwWUR0meEMxQBtihpiEs4c+vL9spDTqUs=
dep     go.opentelemetry.io/otel/sdk    v1.4.0  h1:LJE4SW3jd4lQTESnlpQZcBhQ3oci0U2MLR5uhicfTHQ=
dep     go.opentelemetry.io/otel/trace  v1.9.0  h1:oZaCNJUjWcg60VXWee8lJKlqhPbXAPB51URuR47pQYc=
dep     go.opentelemetry.io/proto/otlp  v0.12.0 h1:CMJ/3Wp7iOWES+CYLfnBv+DVmPbB+kmy9PJ92XvlR6c=
dep     go.step.sm/cli-utils    v0.7.4  h1:oI7PStZqlvjPZ0u2EB4lN7yZ4R3ShTotdGL/L84Oorg=
dep     go.step.sm/crypto       v0.18.0 h1:saD/tMG7uKJmUIPyOyudidVTHPnozTU02CDd+oqwKn0=
dep     go.step.sm/linkedca     v0.18.0 h1:uxRBd2WDvJNZ2i0nJm/QmG4lkRxWoebYKJinchX7T7o=
dep     go.uber.org/atomic      v1.9.0  h1:ECmE8Bn/WFTYwEW/bpKD3M8VtR/zQVbavAoalC1PYyE=
dep     go.uber.org/multierr    v1.6.0  h1:y6IPFStTAIT5Ytl7/XYmHvzXQ7S3g/IeZW9hyZ5thw4=
dep     go.uber.org/zap v1.23.0 h1:OjGQ5KQDEUawVHxNwQgPpiypGHOxo2mNZsOqTak4fFY=
dep     golang.org/x/crypto     v0.0.0-20220722155217-630584e8d5aa      h1:zuSxTR4o9y82ebqCUJYNGJbGPo6sKVl54f/TVDObg1c=
dep     golang.org/x/exp        v0.0.0-20220722155223-a9213eeb770e      h1:+WEEuIdZHnUeJJmEUjyYC2gfUMj69yZXw17EnHg/otA=
dep     golang.org/x/net        v0.0.0-20220812165438-1d4ff48094d1      h1:mx1QvUwXKGgh+3SB51PH4G1TouzL84rLG0CtpdX+TTg=
dep     golang.org/x/sync       v0.0.0-20210220032951-036812b2e83c      h1:5KslGYwFpkhGh+Q16bwMP3cOontH8FOep7tGV86Y7SQ=
dep     golang.org/x/sys        v0.0.0-20220728004956-3c1f35247d10      h1:WIoqL4EROvwiPdUtaip4VcDdpZ4kha7wBWZrbVKCIZg=
dep     golang.org/x/term       v0.0.0-20210927222741-03fcf44c2211      h1:JGgROgKl9N8DuW20oFS5gxc+lE67/N3FcwmBPMe7ArY=
dep     golang.org/x/text       v0.3.8-0.20211004125949-5bd84dd9b33b    h1:NXqSWXSRUSCaFuvitrWtU169I3876zRTalMRbfd6LL0=
dep     google.golang.org/genproto      v0.0.0-20220617124728-180714bec0ad      h1:kqrS+lhvaMHCxul6sKQvKJ8nAAhlVItmZV822hYFH/U=
dep     google.golang.org/grpc  v1.47.0 h1:9n77onPX5F3qfFCqjy9dhn8PbNQsIKeVU04J9G7umt8=
dep     google.golang.org/protobuf      v1.28.0 h1:w43yiav+6bVFTBQFZX0r7ipe9JQ1QsbMgHwbBziscLw=
dep     gopkg.in/natefinch/lumberjack.v2        v2.0.0  h1:1Lc07Kr7qY4U2YPouBjpCLxpiyxIVoxqXgkXLknAOE8=
dep     gopkg.in/square/go-jose.v2      v2.6.0  h1:NGk74WTnPKBNUhNzQX7PYcTLUjoq7mzKk2OKbvwk2iI=
dep     gopkg.in/yaml.v2        v2.4.0  h1:D8xgwECY7CYvx+Y2n4sBz93Jn9JRvxdiyyo8CTfuKaY=
dep     gopkg.in/yaml.v3        v3.0.1  h1:fxVm/GzAzEWqLHuvctI91KS9hhNmmWOoWu0XTYJS7CA=
build   -compiler=gc
build   -trimpath=true
build   CGO_ENABLED=0
build   GOARCH=amd64
build   GOOS=linux
build   GOAMD64=v1

from cache-handler.

darkweak avatar darkweak commented on August 21, 2024

Do you have an idea to reproduce that?

from cache-handler.

shuaiZend avatar shuaiZend commented on August 21, 2024

No,
But It has been running stably for 4+ days now

from cache-handler.

shuaiZend avatar shuaiZend commented on August 21, 2024

@darkweak
error again

Nov 23 16:34:01 VM-zlNr9iaPx8gT caddy[8978]: panic: Header called after Handler finished
Nov 23 16:34:01 VM-zlNr9iaPx8gT caddy[8978]: goroutine 1202105 [running]:
Nov 23 16:34:01 VM-zlNr9iaPx8gT caddy[8978]: net/http.(*http2responseWriter).Header(0x11ab98f?)
Nov 23 16:34:01 VM-zlNr9iaPx8gT caddy[8978]:         net/http/h2_bundle.go:6362 +0x7a
Nov 23 16:34:01 VM-zlNr9iaPx8gT caddy[8978]: github.com/darkweak/souin/plugins.(*CustomWriter).Header(...)
Nov 23 16:34:01 VM-zlNr9iaPx8gT caddy[8978]:         github.com/darkweak/[email protected]/plugins/base.go:55
Nov 23 16:34:01 VM-zlNr9iaPx8gT caddy[8978]: github.com/darkweak/souin/plugins/caddy.(*SouinCaddyPlugin).ServeHTTP.func1({0x2410f60?, 0xc05f63b0c0?}, 0xc074dc6d20?)
Nov 23 16:34:01 VM-zlNr9iaPx8gT caddy[8978]:         github.com/darkweak/souin/plugins/[email protected]/httpcache.go:132 +0xe2
Nov 23 16:34:01 VM-zlNr9iaPx8gT caddy[8978]: github.com/darkweak/souin/plugins.DefaultSouinPluginCallback.func3({0x2420300?, 0xc05f167e00?}, 0xc06557e300?)
Nov 23 16:34:01 VM-zlNr9iaPx8gT caddy[8978]:         github.com/darkweak/[email protected]/plugins/base.go:210 +0xae
Nov 23 16:34:01 VM-zlNr9iaPx8gT caddy[8978]: created by github.com/darkweak/souin/plugins.DefaultSouinPluginCallback
Nov 23 16:34:01 VM-zlNr9iaPx8gT caddy[8978]:         github.com/darkweak/[email protected]/plugins/base.go:206 +0x95b
Nov 23 16:34:01 VM-zlNr9iaPx8gT systemd[1]: caddy.service: Main process exited, code=exited, status=2/INVALIDARGUMENT
Nov 23 16:34:01 VM-zlNr9iaPx8gT systemd[1]: caddy.service: Failed with result 'exit-code'

from cache-handler.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.