Disallow invalid MAX_PUSH_ID frame This frame only contains a variable length integer, so its payload length is not allowed to exceed 8 bytes. Note that gfe2_reloadable_flag_quic_reject_large_max_push_id is default-enabled. Protected by FLAGS_quic_reloadable_flag_quic_reject_large_max_push_id. PiperOrigin-RevId: 385247216
QUICHE (QUIC, Http/2, Etc) is Google‘s implementation of QUIC and related protocols. It powers Chromium as well as Google’s QUIC servers and some other projects. QUICHE is only supported on little-endian platforms.
Code can be viewed in CodeSearch in Quiche and is imported into Chromium.