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 aa3e6b4 commit 1c2fc0dCopy full SHA for 1c2fc0d
lib/client/http-tracker.js
@@ -56,7 +56,7 @@ class HTTPTracker extends Tracker {
56
port: this.client._port
57
})
58
59
- if (params.left == null) params.left = 16384
+ if (params.left !== 0 && !params.left) params.left = 16384
60
if (this._trackerId) params.trackerid = this._trackerId
61
62
this._request(this.announceUrl, params, (err, data) => {
0 commit comments