a87c86dc0d
Motivation: Now that we have a CharObjectHashMap, we should change Http2Settings to use it. Modifications: Changed Http2Settings to extend CharObjectHashMap rather than IntObjectHashMap. Result: Http2Settings uses less memory to store keys.