Automated g4 rollback of changelist 253848976.

*** Reason for rollback ***

QuicDispatcherTest is broken

*** Original change description ***

Make QuicDispatcher drop packets that have an initial destination connection ID that is too short

With this CL, QuicDispatcher will drop packets that have an initial destination connection ID that is too short, instead of responding with a Version Negotiation packet to reject it.

gfe-relnote: drop a kind of invalid packet, protected by --gfe2_reloadable_flag_quic_drop_invalid_small_initial_connection_id

***

PiperOrigin-RevId: 253915913
Change-Id: I2f58216427011bf52bb7ba98be1e254161ecc8af
2 files changed
tree: 1876a7cbc5d50c07d2489e3a4fa603b67b297453
  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.