Replace a DCHECK with a parse failure in connection ID parsing This issue was found by ClusterFuzz: https://bugs.chromium.org/p/chromium/issues/detail?id=962900 On the client, when parsing an IETF long header, we do not expect there to be a destination connection ID as we do not support client connection IDs yet. Instead of having a DCHECK to verify that, we should fail parsing with QUIC_INVALID_PACKET_HEADER. gfe-relnote: change how client reacts to a type of invalid packet, client-only. PiperOrigin-RevId: 248442467 Change-Id: Ie13868e5c45c0868c0f0d8655546ea927d705753
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.