netty5/codec-http2
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
..
src HTTP/2 remove PriorityStreamByteDistributor 2015-12-21 08:56:50 -08:00
pom.xml Forking Twitter's hpack 2015-11-14 10:13:32 -08:00