this(int localMaxDynamicTableSize, int maxHeaderSize)
@param localMaxDynamicTableSize The maximum allowed size of the local dynamic header field table.
@param maxHeaderSize The maximum allowed size of a headers block, expressed as total of all name and value characters, plus 32 per field
Hpack Decoder <p> This is not thread safe and may only be called by 1 thread at a time. </p>