fix(webconnectivity@v0.5): DoH failure shouldn't set flags (#948)

See: https://github.com/ooni/probe/issues/2274
This commit is contained in:
Simone Basso 2022-09-10 16:26:59 +02:00 committed by GitHub
commit 6b8b13344a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 32 additions and 1 deletions

View file

@ -36,7 +36,7 @@ func (m *Measurer) ExperimentName() string {
// ExperimentVersion implements model.ExperimentMeasurer.
func (m *Measurer) ExperimentVersion() string {
return "0.5.5"
return "0.5.6"
}
// Run implements model.ExperimentMeasurer.