x/http/net: enable SetFrameReuse in server and client connections#216
x/http/net: enable SetFrameReuse in server and client connections#216YHM404 wants to merge 2 commits intogolang:masterfrom
SetFrameReuse in server and client connections#216Conversation
|
This PR (HEAD: dd62f38) has been imported to Gerrit for code review. Please visit Gerrit at https://go-review.googlesource.com/c/net/+/597455. Important tips:
|
|
Message from Gopher Robot: Patch Set 1: (1 comment) Please don’t reply on this GitHub thread. Visit golang.org/cl/597455. |
|
Message from Gopher Robot: Patch Set 1: Congratulations on opening your first change. Thank you for your contribution! Next steps: Most changes in the Go project go through a few rounds of revision. This can be During May-July and Nov-Jan the Go project is in a code freeze, during which Please don’t reply on this GitHub thread. Visit golang.org/cl/597455. |
SetFrameReuse in server and client connectionsSetFrameReuse in server and client connections
|
Message from Damien Neil: Patch Set 4: (1 comment) Please don’t reply on this GitHub thread. Visit golang.org/cl/597455. |
SetReuseFrameshas been shown to improve the performance of go-grpc, so I believe it can similarly enhance the performance of HTTP server/client.For golang/go#68352