We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 32b622a commit b079badCopy full SHA for b079bad
client.js
@@ -482,9 +482,9 @@ Tracker.prototype._handleResponse = function (requestUrl, data) {
482
incomplete: data.incomplete
483
})
484
485
+ var addrs
486
if (Buffer.isBuffer(data.peers)) {
487
// tracker returned compact response
- var addrs
488
try {
489
addrs = compact2string.multi(data.peers)
490
} catch (err) {
@@ -502,7 +502,6 @@ Tracker.prototype._handleResponse = function (requestUrl, data) {
502
503
if (Buffer.isBuffer(data.peers6)) {
504
505
506
507
addrs = compact2string.multi6(data.peers6)
508
0 commit comments