Update Android Conformance Test QUIC test

We got the Android team to update their test to the new header format:
https://android-review.googlesource.com/c/platform/cts/+/1454515

This CL tweaks our QuicDispatcher test to ensure we support both old and new Android tests.

PiperOrigin-RevId: 336690796
Change-Id: Ic989c2fa0be0e9737a599a93eb171a38e79389de
1 file changed
tree: 6c18dd837e9d75215ab8df8dc4fa7feec258ead0
  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.