ooni-probe-cli/internal/engine/internal/sessionresolver
Simone Basso 0a322ebab0
[forwardport] fix: avoid http3 for dns.google and www.google.com (#593) (#594)
This commit forward ports dedd84fa7ecb09f718f6b1a9c83999cb37b34dfa.

Original commit message:

- - -

This diff changes code the release/3.11 branch to ensure we're not using dns.google and www.google.com over HTTP3. As documented in https://github.com/ooni/probe/issues/1873, since this morning (approx) these services do not support HTTP3 anymore. (I didn't bother with checking whether this issue affects _other_ Google services; I just limited my analysis to the services that we were using as part of testing.)

This patch WILL require forward porting to the master branch.
2021-11-12 14:43:28 +01:00
..
childresolver_test.go refactor: remove model.ExperimentOrchestraClient (#284) 2021-04-02 12:03:18 +02:00
childresolver.go refactor(sessionresolver): adapt to changing network conditions (#238) 2021-03-03 11:28:39 +01:00
clientmaker_test.go refactor(sessionresolver): adapt to changing network conditions (#238) 2021-03-03 11:28:39 +01:00
clientmaker.go refactor(sessionresolver): adapt to changing network conditions (#238) 2021-03-03 11:28:39 +01:00
codec_test.go refactor(sessionresolver): adapt to changing network conditions (#238) 2021-03-03 11:28:39 +01:00
codec.go refactor(sessionresolver): adapt to changing network conditions (#238) 2021-03-03 11:28:39 +01:00
dependencies.go refactor(sessionresolver): adapt to changing network conditions (#238) 2021-03-03 11:28:39 +01:00
errwrapper_test.go refactor(sessionresolver): adapt to changing network conditions (#238) 2021-03-03 11:28:39 +01:00
errwrapper.go refactor(sessionresolver): adapt to changing network conditions (#238) 2021-03-03 11:28:39 +01:00
integration_test.go refactor: flatten and separate (#353) 2021-06-04 10:34:18 +02:00
resolvermaker_test.go refactor: move bytecounter to internal (#391) 2021-06-22 13:00:29 +02:00
resolvermaker.go [forwardport] fix: avoid http3 for dns.google and www.google.com (#593) (#594) 2021-11-12 14:43:28 +01:00
sessionresolver_test.go refactor: flatten and separate (#353) 2021-06-04 10:34:18 +02:00
sessionresolver.go refactor: move bytecounter to internal (#391) 2021-06-22 13:00:29 +02:00
state_test.go refactor: flatten and separate (#353) 2021-06-04 10:34:18 +02:00
state.go refactor: flatten and separate (#353) 2021-06-04 10:34:18 +02:00