-
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.
Milestone
Description
The http2 client flush immediately after write headers, so there have two TCP packets separated.
https://github.com/golang/net/blob/master/http2/transport.go#L1617
When a large number of requests, this may cause a performance loss.
So should combine the header and body packets, and do not flush immediately after write headers?
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.