fix: completely remove support for h3-29 (#453)

The quic-go library does not support it anymore. So, let us be consistent
and remove any reference to h3-29 from our codebase.

Closes https://github.com/ooni/probe/issues/1740.
This commit is contained in:
Simone Basso 2021-09-05 12:57:48 +02:00 committed by GitHub
commit ae799c4942
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 4 additions and 5 deletions

View file

@ -67,7 +67,6 @@ func (m Measurer) ExperimentVersion() string {
// SupportedQUICVersions are the H3 over QUIC versions we currently support
var SupportedQUICVersions = map[string]bool{
"h3": true,
"h3-29": true,
}
var (