Improve QuicSpdyStreamTest to call OnCryptoHandshakeEvent
on the session to ensure that the various HTTP/3 initialization
steps happen, matching what happens in production.

gfe-relnote: n/a - test only
PiperOrigin-RevId: 274254994
Change-Id: Ic9053ad49c905e4aa37a41691e7f6e2c31d6c53c
1 file changed
tree: ee8e64aabb81cf47d35a65bed25e30a59c0e385e
  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.