-
Notifications
You must be signed in to change notification settings - Fork 18.3k
Open
Labels
NeedsInvestigationSomeone must examine and confirm this is a valid issue and not a duplicate of an existing one.Someone must examine and confirm this is a valid issue and not a duplicate of an existing one.Performance
Milestone
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.
Metadata
Metadata
Assignees
Labels
NeedsInvestigationSomeone must examine and confirm this is a valid issue and not a duplicate of an existing one.Someone must examine and confirm this is a valid issue and not a duplicate of an existing one.Performance