aef49202b7
Motivation: The HTTP/2 codec currently does not expose the boundaries of the initial settings. This could be useful for applications to define their own initial settings. Modifications: Add new static final variables to Http2CodecUtil and make Http2Settings use these in the bounds checks. Result: Applications can use the max (or min) variables to initialize their settings.