net
net copied to clipboard
x/http/net: enable `SetFrameReuse` in server and client connections
SetReuseFrames
has been shown to improve the performance of go-grpc, so I believe it can similarly enhance the performance of HTTP server/client.
For https://github.com/golang/go/issues/68352