Allow --host and url to refer to different hosts in quic_client_interop_test_bin

Occasionally it's useful to connect to a server with one hostname but use a
different hostname for the rest of the connection. This allows the host
specified by --host to determine what IP address to connect to, and the host
in the URL to determine what gets sent in SNI, :authority, and anywhere else
a hostname is used. If one of those two is missing, it will default to the
other.

Test tools only

PiperOrigin-RevId: 311444304
Change-Id: I7092e4031031dd41a816bf7befe0e67c5e35645d
1 file changed
tree: 6b6585f9ead5f9bd6aa9e3515f3f12f8f48bc133
  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.