commit | a745e39b671f22a92dff3fc918617fbfaf60ed1e | [log] [tgz] |
---|---|---|
author | nharper <nharper@google.com> | Fri Apr 19 12:05:15 2019 -0700 |
committer | Copybara-Service <copybara-worker@google.com> | Mon Apr 22 08:40:52 2019 -0700 |
tree | d31ce67e6781798b7680d4ef0453e70d9ca5bc36 | |
parent | 2ceb97cd7a50342618eee63f76eb997b6ad47ce5 [diff] |
Check that the expected and actual public header types match If a V99 server receives a packet with Google QUIC header and no version prior to version negotiation completing, it would QUIC_BUG. Now it will gracefully handle the garbage packet. gfe-relnote: Protected behind QUIC_VERSION_99 and quic_supports_tls_handshake PiperOrigin-RevId: 244398840 Change-Id: I59e58ea4254edc04087e0088c7c62fe46340421a
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.
The code is currently in process of being moved from https://cs.chromium.org/chromium/src/net/third_party/ into this repository. Please excuse our appearance while we're under construction.