Mark gfe2_reloadable_flag_quic_and_tls_allow_sni_without_dots verified

Submitting without explicit verification.  I spent a couple of hours trying to set up a staging L7XLB instance to test the functionality, but got blocked in a bunch of different ways, and it doesn't seem worth another several hours of frustration.  There are no flag counters because the actual mechanism is in httpsconnection code.  But it's also quite straightforward and has good test coverage.

PiperOrigin-RevId: 370565550
Change-Id: Iba625c17e04180f591e962c0c5afcd549fab584e
1 file changed
tree: 79c780af96b94c452467ab0190a9f68292bed5cf
  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.

Code can be viewed in CodeSearch in Quiche and is imported into Chromium.