Allow QuicToyClient's header value to contain colons(:).

Currently, if we use --headers="cookie:a:b:c" with quic_client, it will send a "cookie" header with a value of "a", with this fix, it will send "a:b:c" instead.

PiperOrigin-RevId: 372134611
Change-Id: Ib02604c30cfdd568e6bddfd61078acc1856030a2
1 file changed
tree: a413cb5f5f4e96eeb446d0e92ebcfd6b12868aa2
  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. QUICHE is only supported on little-endian platforms.

Code can be viewed in CodeSearch in Quiche and is imported into Chromium.