Results 217 comments of darkweak

Hey @omri-shilton, sorry for the long delay. That's a memory leak in the storage itself (and probably in the patches to be Yaegi compliant). Do you have a link about...

@omri-shilton for your information https://github.com/traefik/traefik/issues/11954 😕

I would recommend to use Caddy instead of Træfik if you're not too dependent on. I'm working on an hybrid in-memory/FS storage for Træfik that can resolve the issue but...

Hello @ctuIhu do these requests are sent on the same second?

Hello @Roman-Blinkov I apologize for the long delay. Souin will store the compressed responses. > Also, in your experience, what’s the most efficient server to pair with Souin? What do...

Thank you so much @silverbackdan 🙏🚀

If you can add the HTTP response `Cache-Control` header with the value `Set-Cookie`, it won't store the cookie. e.g. With the Caddyfile ``` { admin localhost:2999 http_port 9080 cache {...

You're right, I opened your issue in another tab, sorry. It can cache the early hints as-is but it will probably wait for the whole content and override the stored...

@Coffee2CodeNL I'm working on it to provide a clean solution. I can't just save the whole response and change some parts of the core codebase. I understand that it can...

Hello, after investigation that's because vulcain uses HTTP2/Push that is deprecated/removed from browsers (support removed from curl too). The new standard is to use the early hints see `early_hints` vulcain's...