Send QUIC GOAWAY after given time even if connection not idle.

Note that in HTTP/2, timeout is checked each time a request is terminated.
However, I chose to use a timer for QUIC instead.  This will allow GOAWAY frame
to be sent even if the only active request is hanging for a long time.

Protected by FLAGS_quic_reloadable_flag_quic_max_age_send_goaway.

PiperOrigin-RevId: 341853883
Change-Id: I0644e7e17637fdf9c6694073d5d388632c90337a
3 files changed
tree: 706d9f3bcb1ca57f02889555f95e8605a798a081
  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.