Prevent QuicToyClient crash on DNS failure

Before this fix, running quic_client would crash if DNS resolution fails. This change makes quic_client exit gracefully instead.

gfe-relnote: n/a, test-client-only
PiperOrigin-RevId: 267200347
Change-Id: I5272dbd646bfe9152061f1b3572483d7a3f8d40b
1 file changed
tree: a01762e494b6b65bd674bbd2eafd412bf873cb3e
  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.