Hacker News new | ask | show | jobs
by politician 4434 days ago
I'm very happy about the improvements to net/http.
1 comments

Looks like they fixed the connection leak and you can now set real timeouts? Maybe I can finally stop using this hack:

https://github.com/pkulak/simpletransport

It sure would be nice to reuse connections without memory blowing up!