forked from eclipse-vertx/vert.x
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
A replacement of the HTTP/2 priority handling with a uniform stream b…
…yte distributor. The default stream byte distributor use stream priorities to determine the amount of bytes to be sent for each stream, this change use a strategy that does not use stream priorities and yields better performance since it consumes less CPU. The default implementation is now UniformStreamByteDistributor instead of WeightedFairQueueByteDistributor.
- Loading branch information
Showing
1 changed file
with
14 additions
and
14 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters