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:
parent
f0927ea00c
commit
ae799c4942
3 changed files with 4 additions and 5 deletions
|
|
@ -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 (
|
||||
|
|
|
|||
Loading…
Reference in a new issue