commit | 30ab6db4b50370446740ebfb6cde85a104872695 | [log] [tgz] |
---|---|---|
author | dschinazi <dschinazi@google.com> | Tue Aug 13 14:43:32 2019 -0700 |
committer | Copybara-Service <copybara-worker@google.com> | Thu Aug 15 09:07:10 2019 -0700 |
tree | e6f5201d33c5e0c3ee4c3e3e1bd91d55a32dcc7b | |
parent | 7591c284c4ded9f872ab1cb57b835b92742ce075 [diff] |
Send correct version negotiation to prober QuicDispatcher::MaybeDispatchPacket was incorrectly computing the value of use_length_prefix instead of using the one from packet_info. This CL also adds regression tests to prevent this issue from coming back. gfe-relnote: change length-prefix of version negotiation, protected by gfe2_reloadable_flag_quic_use_length_prefix_from_packet_info PiperOrigin-RevId: 263219043 Change-Id: I14fc1dbcfffb1dd0cd79c03c90cc982cdab96d9c
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.