Remove TlsHandshakerTest

The single remaining test case in TlsHandshakerTest is equivalent to
TlsServerHandshakerTest.ConnectedAfterTlsHandshake. TlsHandshakerTest ran
with all QUIC versions that support TLS, so TlsServerHandshakerTest now runs
with all those versions to maintain test coverage.

PiperOrigin-RevId: 332101790
Change-Id: Iab9d0d670a1720751c58a54b35ee9468c8fddf9f
2 files changed
tree: 4f97561d92dd0a9146ec73d61de2364e0e3c607a
  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.