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
gowarc has an option MaxReadBeforeTruncate with a default limit of 1GB. The problem is that this option isn’t used anywhere in gowarc and Zeno. Also, there was never such an option in net/http.
This is a critical issue. A large target URL will OOM Zeno because when you use net/http to download a URL and you invoke io.ReadAll() it reads all in memory.