netty5/codec-http2
nmittler 79ab756fa3 Use a single queue in UniformStreamByteDistributor
Motivation:

The UniformStreamByteDistributor currently processes all zero-length frames, regardless of add order. This means that we would always send HEADERS for all streams, possibly taking away bandwidth for streams that actually have data.

Modifications:

Empty frames are now treated the same as any other frame except that the algorithm will pop off the any empty frames at the head of the queue.

Result:

Empty frames require no extra processing.
2015-11-24 08:11:23 -08:00
..
src Use a single queue in UniformStreamByteDistributor 2015-11-24 08:11:23 -08:00
pom.xml Forking Twitter's hpack 2015-11-14 10:13:32 -08:00