net/http: IdleConnTimeout is invalid for HTTP/2 #69205
Labels
NeedsInvestigation
Someone must examine and confirm this is a valid issue and not a duplicate of an existing one.
Milestone
Go version
go version go1.22.2 linux/amd64
Output of
go env
in your module/workspace:What did you do?
What did you see happen?
I hope one connection is checked IdleConnTimeout should start at the latest time I used it rather than the first time
I hope *http.Transport.idleLRU list should remove connection not only by MaxIdleConns (in many cases, you can't estimate proper num for in China there maybe Tens of millions users use our product simultaneously and more http requests will be produced) but also by IdleConnTimeout
What did you expect to see?
read above
The text was updated successfully, but these errors were encountered: