Make sure ParseQuicTagVector returns an empty array on an empty string

This CL makes ParseQuicTagVector match Chrome's net::ParseQuicConnectionOptions so we can remove that and use this instead. The only functional difference is that an empty string needs to return an empty vector. This function is currently only used in our test client so the change does not require flag protection.

Test-only change

PiperOrigin-RevId: 317945520
Change-Id: I29a2bec31ba39f37ff00f7352c288f9dcd51ea72
2 files changed
tree: 6a34ee10883b497ecc37f55b64e38b198548a4ab
  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.