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
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.