Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/webtorrent/webtorrent.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFeross Aboukhadijeh <feross@feross.org>2017-04-15 00:34:02 +0300
committerFeross Aboukhadijeh <feross@feross.org>2017-04-15 00:34:02 +0300
commitb4e79a368d60b5bea9d705676ee76e6f9d7c0a4e (patch)
tree1b20c7f9c6aefc059e67f6dc93d36fb02929447b /index.js
parenteb6c827cdee108c7f3983eda2c2a43ac5cd0a2d9 (diff)
feross -> webtorrent
Diffstat (limited to 'index.js')
-rw-r--r--index.js1
1 files changed, 0 insertions, 1 deletions
diff --git a/index.js b/index.js
index ee9a891..65dd70c 100644
--- a/index.js
+++ b/index.js
@@ -446,7 +446,6 @@ WebTorrent.prototype._onListening = function () {
if (this._tcpPool) {
// Sometimes server.address() returns `null` in Docker.
- // WebTorrent issue: https://github.com/feross/bittorrent-swarm/pull/18
var address = this._tcpPool.server.address()
if (address) this.torrentPort = address.port
}