Use transport_version() test base class method instead of variants like
connection_->transport_versions() and GetParams().transport_version.  Change
transport_version() implementation so that it can be called at any time,
including before connection_ is initialized.

gfe-relnote: n/a (test-only change)
PiperOrigin-RevId: 300659212
Change-Id: I5cc111d045b8e744735425d0b7f9072849d4e5b8
1 file changed
tree: 65a23891e0f1d95e2283b7c23ee3c78abf185d4c
  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.