Fix QuicSession::WillingAndAbleToWrite to check write keys.

Protected by FLAGS_quic_reloadable_flag_quic_fix_willing_and_able_to_write2.

PiperOrigin-RevId: 339286884
Change-Id: Ifb649dd85bade3a86864b146b20a61ffb56d3b77
3 files changed
tree: ce4b3fa4179ff37f377154c5bdf08f96dda5d791
  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.