Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Implement correct interested behaviour #1061

Merged
merged 2 commits into from Jul 25, 2018
Merged
Changes from 1 commit
Commits
File filter...
Filter file types
Jump to…
Jump to file or symbol
Failed to load files and symbols.

Always

Just for now

Prev

whitespace fix

  • Loading branch information
bradleyjkemp committed Feb 25, 2017
commit c17c8b1572cedc6c6658a5439f30879e172dc142
@@ -1181,7 +1181,7 @@ Torrent.prototype._updateInterest = function () {
break
}
}

if (interested) wire.interested()
else wire.uninterested()
})
ProTip! Use n and p to navigate between commits in a pull request.
You can’t perform that action at this time.