Skip to content

Commit

Permalink
Remove TODO.
Browse files Browse the repository at this point in the history
  • Loading branch information
Julien Salinas committed Jul 27, 2020
1 parent bec35dd commit f69877b
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions tpb/search.go
Original file line number Diff line number Diff line change
Expand Up @@ -201,9 +201,6 @@ func Lookup(in string, timeout time.Duration) ([]Torrent, error) {
// http response. If http response received, it means the tpb proxy
// worked properly and was the fastest to answer so parse results from html page
// and leave.
//
// TODO(juliensalinas): once we have a working proxy, close all the other
// pending goroutines.
for i := 0; i < len(proxiesList); i++ {
select {
case <-htmlErrCh:
Expand Down

0 comments on commit f69877b

Please sign in to comment.