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
3 changed files with 3 additions and 0 deletions
|
|
@ -77,6 +77,7 @@ func (r *Runner) newsession(ctx context.Context, logger *ChanLogger) (*engine.Se
|
|||
}
|
||||
|
||||
// TODO(bassosimone): write tests for this functionality
|
||||
// See https://github.com/ooni/probe/issues/1465.
|
||||
var proxyURL *url.URL
|
||||
if r.settings.Proxy != "" {
|
||||
var err error
|
||||
|
|
|
|||
|
|
@ -169,6 +169,7 @@ func newSessionWithContext(ctx context.Context, config *SessionConfig) (*Session
|
|||
}
|
||||
|
||||
// TODO(bassosimone): write tests for this functionality.
|
||||
// See https://github.com/ooni/probe/issues/1465.
|
||||
var proxyURL *url.URL
|
||||
if config.Proxy != "" {
|
||||
var err error
|
||||
|
|
|
|||
Loading…
Reference in a new issue