ooni-probe-cli/internal/engine/netx/quicdialer
Simone Basso c74c94d616
cleanup: remove ConnID, DialID, TransactionID (#395)
We are not using them anymore. The only nettest still using the
legacy netx implementation is tor, for which setting these fields
is useless, because it performs each measurement into a separate
goroutine. Hence, let us start removing this part of the legacy
netx codebase, which is hampering progress in other areas.

Occurred to me while doing testing for the recent changes in
error mapping (https://github.com/ooni/probe/issues/1505).
2021-06-23 13:36:45 +02:00
..
connectionstate.go release process: update dependencies (#280) 2021-03-31 16:40:58 +02:00
dns_test.go quic: use RFC9000 version (#376) 2021-06-14 16:59:24 +02:00
dns.go cleanup: remove ConnID, DialID, TransactionID (#395) 2021-06-23 13:36:45 +02:00
errorwrapper_test.go cleanup: remove ConnID, DialID, TransactionID (#395) 2021-06-23 13:36:45 +02:00
errorwrapper.go cleanup: remove ConnID, DialID, TransactionID (#395) 2021-06-23 13:36:45 +02:00
quicdialer.go chore: merge probe-engine into probe-cli (#201) 2021-02-02 12:05:47 +01:00
saver_test.go cli: error classification refactoring (#386) 2021-06-23 11:32:53 +02:00
saver.go refactor: move i/e/i/tlsx in i/e/netx 2021-06-08 12:56:39 +02:00
system_test.go quic: use RFC9000 version (#376) 2021-06-14 16:59:24 +02:00
system.go More progress towards release v3.10.0 (#320) 2021-04-29 15:59:53 +02:00