DEV Community

Go: Debugging memory leaks using pprof

David Bond on August 08, 2018

Introduction I work as a software engineer at OVO Energy where my team are implementing the CRM solution used by customer services. We’r...
Collapse
 
math2001 profile image
Mathieu PATUREL

Nice post! Thanks for sharing.

This http.Client seems to have fooled more than one person.

Collapse
 
tom10271 profile image
tom10271

Thank you for this post. It helped me to troubleshoot my OOM issue with long history

Collapse
 
davidsbond profile image
David Bond

No problem, glad it helped!

Collapse
 
yusufmalikul profile image
Yusuf Malikul Mulki

Thanks.
Could you explain more about what happened when you set req.Close to true?