Skip to content

Commit

Permalink
upstream: fix doc
Browse files Browse the repository at this point in the history
  • Loading branch information
EugeneOne1 committed Dec 13, 2022
1 parent 9ecfc0b commit 175680b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion upstream/upstream_dot.go
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ type dnsOverTLS struct {
//
// TODO(e.burkov, ameshkov): Currently connections just stored in FILO
// order, which eventually makes most of them unusable due to timeouts.
// This leads to weak performance for all exchanges coming accross such
// This leads to weak performance for all exchanges coming across such
// connections.
conns []net.Conn
}
Expand Down

0 comments on commit 175680b

Please sign in to comment.