netty5/codec-http2/src/test/java/io
Scott Mitchell 72accceeac HTTP/2 remove PriorityStreamByteDistributor
Motivation:
PriorityStreamByteDistributor is now obsolete and can be replaced by WeightedFairQueueByteDistributor.

Modifications:
- Remove PriorityStreamByteDistributor and use WeightedFairQueueByteDistributor by default.

Result:
PriorityStreamByteDistributor no longer has to be maintained and is replaced by a better algorithm.
2015-12-21 08:56:50 -08:00
..
netty/handler/codec/http2 HTTP/2 remove PriorityStreamByteDistributor 2015-12-21 08:56:50 -08:00