Motivation: he HTTP/2 spec demands that the max value for SETTINGS_HEADER_TABLE_SIZE should be an unsigned 32-bit integer. Modifications: Change the limit to unsigned 32-bit integer and add tests. Result: Complient to rfc.
Motivation: he HTTP/2 spec demands that the max value for SETTINGS_HEADER_TABLE_SIZE should be an unsigned 32-bit integer. Modifications: Change the limit to unsigned 32-bit integer and add tests. Result: Complient to rfc.