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 f77015c commit 28189a0Copy full SHA for 28189a0
test/server.js
@@ -26,7 +26,7 @@ function serverTest (t, serverType) {
26
})
27
28
server.listen(function (port) {
29
- var announceUrl = 'http://127.0.0.1:' + port + '/announce'
+ var announceUrl = serverType + '://127.0.0.1:' + port + '/announce'
30
31
var client = new Client(peerId, 6881, {
32
infoHash: infoHash,
0 commit comments