Let QuicConnection::UpdatePacketContent() return connection state.

This allows callers to correctly handle errors occurred.

Protected by quic_reloadable_flag_quic_update_packet_content_returns_connected.

PiperOrigin-RevId: 353360764
Change-Id: Ie1e9874398311cf3f3f6873bac5dc53d6b1a94d8
4 files changed
tree: c0137b9710531cf2eb0d79b11e3f5e3c691f846a
  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.