net/rpc: lose cached Request on EOF #12103
Labels
NeedsInvestigation
Someone must examine and confirm this is a valid issue and not a duplicate of an existing one.
Milestone
It looks like a (performance) bug at https://github.com/golang/go/blob/master/src/net/rpc/server.go#L578 - I think before
req = nil
this should be added:The text was updated successfully, but these errors were encountered: