netty5/codec-http2
Scott Mitchell cfcee5798d Adjustable size of DefaultHeaders array
Motivation:
DefaultHeaders creates an array of size 16 for all headers. This may waste a good deal of memory if applications only have a small number of headers. This memory may be critical when the number of connections grows large.

Modifications:
- Make the size of the array for DefaultHeaders configurable

Result:
Applications can control the size of the DefaultHeaders array and save memory.
2015-11-23 15:38:08 -08:00
..
src Adjustable size of DefaultHeaders array 2015-11-23 15:38:08 -08:00
pom.xml Forking Twitter's hpack 2015-11-14 10:13:32 -08:00