Disable feature flags that broke Chromium unit tests in order to move the roll forward. Disabled flags: * FLAGS_quic_reloadable_flag_quic_encrypted_control_frames * FLAGS_quic_reloadable_flag_quic_single_ack_in_packet2 * FLAGS_quic_reloadable_flag_quic_use_write_or_buffer_data_at_level PiperOrigin-RevId: 352904052 Change-Id: Ie1630841ae37e371125891f3dc5fee15b706c64d
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.