chore: link new TODOs with the relevant issues (#321)
Part of https://github.com/ooni/probe/issues/985
This commit is contained in:
parent
1d70b81187
commit
9d5a3321af
|
@ -259,6 +259,7 @@ func (m Measurer) Run(ctx context.Context, sess model.ExperimentSession,
|
||||||
// measure obfs4 in parallel
|
// measure obfs4 in parallel
|
||||||
// TODO(bassosimone): when urlgetter is able to do obfs4 handshakes, here
|
// TODO(bassosimone): when urlgetter is able to do obfs4 handshakes, here
|
||||||
// can possibly also test for the obfs4 handshake.
|
// can possibly also test for the obfs4 handshake.
|
||||||
|
// See https://github.com/ooni/probe/issues/1463.
|
||||||
for entry := range multi.CollectOverall(
|
for entry := range multi.CollectOverall(
|
||||||
ctx, obfs4Endpoints, 1+len(inputs)+len(openvpnEndpoints), overallCount, "riseupvpn", callbacks) {
|
ctx, obfs4Endpoints, 1+len(inputs)+len(openvpnEndpoints), overallCount, "riseupvpn", callbacks) {
|
||||||
testkeys.AddGatewayConnectTestKeys(entry, "obfs4")
|
testkeys.AddGatewayConnectTestKeys(entry, "obfs4")
|
||||||
|
|
|
@ -77,6 +77,7 @@ func (r *Runner) newsession(ctx context.Context, logger *ChanLogger) (*engine.Se
|
||||||
}
|
}
|
||||||
|
|
||||||
// TODO(bassosimone): write tests for this functionality
|
// TODO(bassosimone): write tests for this functionality
|
||||||
|
// See https://github.com/ooni/probe/issues/1465.
|
||||||
var proxyURL *url.URL
|
var proxyURL *url.URL
|
||||||
if r.settings.Proxy != "" {
|
if r.settings.Proxy != "" {
|
||||||
var err error
|
var err error
|
||||||
|
|
|
@ -169,6 +169,7 @@ func newSessionWithContext(ctx context.Context, config *SessionConfig) (*Session
|
||||||
}
|
}
|
||||||
|
|
||||||
// TODO(bassosimone): write tests for this functionality.
|
// TODO(bassosimone): write tests for this functionality.
|
||||||
|
// See https://github.com/ooni/probe/issues/1465.
|
||||||
var proxyURL *url.URL
|
var proxyURL *url.URL
|
||||||
if config.Proxy != "" {
|
if config.Proxy != "" {
|
||||||
var err error
|
var err error
|
||||||
|
|
Loading…
Reference in New Issue
Block a user