Do not bundle ACK in connection close packet if there is an queued ACK.

Protected by FLAGS_quic_reloadable_flag_quic_single_ack_in_packet.

PiperOrigin-RevId: 343893573
Change-Id: I920a8a6c171ca0944fe596dcbe5bc132e3d5b6a6
4 files changed
tree: 477d3b9d1b9748c959b3093d2cd6032ab6ec29a6
  1. common/
  2. epoll_server/
  3. http2/
  4. quic/
  5. spdy/
  6. CONTRIBUTING.md
  7. LICENSE
  8. README.md
README.md

QUICHE

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.