net icon indicating copy to clipboard operation
net copied to clipboard

x/http/net: enable `SetFrameReuse` in server and client connections

Open YHM404 opened this issue 7 months ago • 4 comments

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

YHM404 avatar Jul 10 '24 08:07 YHM404