Create a shared interface to access QuicTransport*Session::IsSessionReady().

Also slightly alter the logic to make sure that the session does not stop being ready when the connection is closed.

gfe-relnote: n/a (not used in production)
PiperOrigin-RevId: 274230704
Change-Id: Idfe2d0135e5f35b1974619066743cc9edf8c44a9
5 files changed
tree: c23813b8ead16573964f4ccf4fa4b46f2036766d
  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.