You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm seeing something similar to this as well as OOM killing of the Caddy process. A quick glance at the code and it's not closing the Body of its S3 responses, which are just plain http.Response structs (if you dig deep enough into the SDK). My guess is that it's leaking memory. Preparing and testing a patch to see if this is the case.
https://github.com/caddyserver/caddy/issues/5647
The text was updated successfully, but these errors were encountered: