ooni-probe-cli/internal/cmd/oohelperd/internal/websteps
Repository files (latest commit first)
Filename Latest commit message Latest commit date
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
..
explore.go fix(netxlite): http3 transport needs logging by default (#492) 2021-09-08 20:49:01 +02:00
explore_test.go [forwardport] fix: avoid http3 for dns.google and www.google.com (#593) (#594) 2021-11-12 14:43:28 +01:00
generate.go refactor(dialer): it should close idle connections (#457) 2021-09-05 19:55:28 +02:00
generate_test.go [forwardport] fix: avoid http3 for dns.google and www.google.com (#593) (#594) 2021-11-12 14:43:28 +01:00
h3.go refactor(oohelperd): better distinguish different helpers (#434) 2021-08-17 11:23:53 +02:00
h3_test.go refactor(oohelperd): better distinguish different helpers (#434) 2021-08-17 11:23:53 +02:00
initialchecks.go refactor(netxlite): add more functions to resolver (#455) 2021-09-05 18:03:50 +02:00
initialchecks_test.go refactor(oohelperd): better distinguish different helpers (#434) 2021-08-17 11:23:53 +02:00
measure.go doc(oohelper): tweak documentation (#499) 2021-09-09 19:55:23 +02:00
measure_test.go refactor: merge dnsx and errorsx into netxlite (#517) 2021-09-28 12:42:01 +02:00
model.go refactor: sync messages with spec draft (#435) 2021-08-17 11:56:36 +02:00
websteps.go refactor: merge dnsx and errorsx into netxlite (#517) 2021-09-28 12:42:01 +02:00
websteps_test.go refactor: merge dnsx and errorsx into netxlite (#517) 2021-09-28 12:42:01 +02:00