ooni-probe-cli/internal/engine/legacy/netx
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
..
handlers refactor: flatten and separate (#353) 2021-06-04 10:34:18 +02:00
modelx cleanup: remove ConnID, DialID, TransactionID (#395) 2021-06-23 13:36:45 +02:00
oldhttptransport cleanup: remove ConnID, DialID, TransactionID (#395) 2021-06-23 13:36:45 +02:00
testdata chore: merge probe-engine into probe-cli (#201) 2021-02-02 12:05:47 +01:00
DESIGN.md chore: merge probe-engine into probe-cli (#201) 2021-02-02 12:05:47 +01:00
dialer_test.go release 3.9.0 process: reduce warnings (#279) 2021-03-31 15:59:19 +02:00
dialer.go cleanup(all): stop using deprecated ioutil functions (#381) 2021-06-15 14:01:45 +02:00
emitterdialer_test.go cleanup: remove ConnID, DialID, TransactionID (#395) 2021-06-23 13:36:45 +02:00
emitterdialer.go cleanup: remove ConnID, DialID, TransactionID (#395) 2021-06-23 13:36:45 +02:00
http_test.go fix(all): introduce and use iox.ReadAllContext (#379) 2021-06-15 11:57:40 +02:00
http.go chore: merge probe-engine into probe-cli (#201) 2021-02-02 12:05:47 +01:00
resolver_internal_test.go chore: merge probe-engine into probe-cli (#201) 2021-02-02 12:05:47 +01:00
resolver_test.go Release 3.6.0 (#239) 2021-03-03 14:42:17 +01:00
resolver.go chore: merge probe-engine into probe-cli (#201) 2021-02-02 12:05:47 +01:00