Results 217 comments of darkweak

@alistairjevans can you run with verbose and paste the logs? Did you find time to work on a reproducible repository?

Hey @mnot, thank you for adding Caddy there. I wonder if the default HTTP cache behavior (without any extra configuration) should not store the response if this one doesn't have...

Hey @antoniomika, what a nice investigation, thank you so much! I don't remember why I didn't put any `close` to close the channel.

I think we can write something like that: ```go errorCacheCh := make(chan error) defer close(errorCacheCh) go func(vr *http.Request, cw *CustomWriter) { defer func() { if r := recover(); r !=...

> but shouldn't we be canceling the upstream request? We should. > souin causing a large number of upstream requests when cache is cleared What do you mean? Do you...

@antoniomika I merged the original patch, can you try again?

Leaving this issue open while waiting feedback, can you try with the latest release `v1.7.7`?

Hello, is it really related to the `cache-handler` module? Is your `redmine` service up and reachable from your `caddy` service? (same network, running, ...)

Hey @SevensRequiem 👋 I'll try to make a PR asap to fix that! Thank you for your feedback. 🙏

Hey @xzycn can you try with the latest releases?