Instead of checking handshake done frame received, just check both endpoints' handshake state is HANDSHAKE_CONFIRMED. There is a possibility where HANDSHAKE_DONE frame is received before observer gets set.

gfe-relnote: n/a (test only)
PiperOrigin-RevId: 292396283
Change-Id: I36387fa17c292cbf69b68d8b532f4b1447014a6f
1 file changed
tree: a5e9c6bcae09d1142c9cbe5bf2cc92e3fbc7bfb0
  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.