Skip to content
Snippets Groups Projects
Commit c75fc76c authored by Nick Mathewson's avatar Nick Mathewson :fire:
Browse files

Merge branch 'happy-eyeballs-comment' into 'main'

tor-chanmgr: Fix happy eyeballs comment grammar in builder.rs

See merge request tpo/core/arti!197
parents f1acd8f9 e67d4e08
No related branches found
No related tags found
No related merge requests found
......@@ -62,9 +62,9 @@ impl<R: Runtime> ChanBuilder<R> {
// 1. Negotiate the TLS connection.
// TODO: This just uses the first address. Instead we could be smarter,
// or use "happy eyeballs, or whatever. Maybe we will want to
// refactor as we do so?
// TODO: This just uses the first address. Instead we could be
// smarter, or use "happy eyeballs", or whatever. Maybe we will
// want to refactor as we do so?
let addr = target
.addrs()
.get(0)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment