Do not replace connection ID for unknown versions

This prevents the QUIC_BUG from b/139661722 from firing.

gfe-relnote: avoid a GFE_BUG when parsing a specific invalid packet

Startblock:
  after 2019-09-24 08:00 in US/Pacific
PiperOrigin-RevId: 270909914
Change-Id: Idbeb2ee5c02c6d011d0696ad1cfb4aa64547fcb9
1 file changed
tree: 6e659bb91aa1599f6db47aa33f92801ee2d9770c
  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.

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.