Re-arrange the order of the code to call OnConnectivityProbeReceived.

gfe-relnote: n/a, trivial refactor, no behavior change.
PiperOrigin-RevId: 263613440
Change-Id: Ic620ff49dff84eafbd2635b834ac9fb4d1192248
1 file changed
tree: be67bfeea3394b604cf6f4fb6702c44420d48a5e
  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.