Remove redundant handshake confirmed method.

Handshake information can be fetched directly from the crypto stream, and thus we don't need a separate member variable to cache it.

gfe-relnote: no behavior change. Not protected.
PiperOrigin-RevId: 275355012
Change-Id: If571bddf5946eb99b801a6b43f62c54e116e54ec
3 files changed
tree: 96fff8c7a4c13aaf38246f6f422f99fac1055c1f
  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.