Open
Description
Proposal Details
I noticed a issue about SetReuseFrames
#18502
I would like to propose the addition of a configuration option to enable or disable SetReuseFrames
in the HTTP2 server and HTTP2 transport.
SetReuseFrames
has been shown to improve the performance of go-grpc, so I believe it can similarly enhance the performance of HTTP server/client.
By adding this configuration option, users can choose to enable frame reuse based on their performance needs and use cases.
Thank you for considering this feature request.