During QUIC handshake check IsHandshakeConfirmed() before mark address_validated_ as true.

address_validated_ is initialize as false and marked true before handshake gets confirmed. So this change is a no-op.

PiperOrigin-RevId: 353667687
Change-Id: I3d8eb0c75616418ed12d38f0baf88096b53a947d
1 file changed
tree: c4943f3e34639eb2e86d3437b3db82e229c81de8
  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.

Code can be viewed in CodeSearch in Quiche and is imported into Chromium.