Proposal: add MaxRequestsPerConn to http.Transport to address LIFO idle connection pool behaviour that can cause backend overload under certain workloads.

https://github.com/golang/go/issues/79664

#golang #go #programming

proposal: net/http: add Transport.MaxRequestsPerConn · Issue #79664 · golang/go

Proposal Details Problem Brief The LIFO implementation of the http.Transport idle connection pool can interact badly with some workloads causing back end node hot-spotting while never closing conne...

GitHub