X-Git-Url: https://www.kengrimes.com/gitweb/?p=henge%2Fkiak.git;a=blobdiff_plain;f=main.js;h=b2d4c7ab7f52f81011d52202de422d0c830948c9;hp=136aee1c92c151ad43600b57cffd46a6a05a2107;hb=251ee2d932ad53039e8fc6b99424dc84ad18bbc3;hpb=49487d947260500f71a7e125c705cef45e998db2 diff --git a/main.js b/main.js index 136aee1..b2d4c7a 100644 --- a/main.js +++ b/main.js @@ -79,7 +79,7 @@ const router = { // (this happens when a client connects to an active route with no currently-online host) } else if (headerData.localeCompare('ice-candidate-request') === 0) { - console.log('Server: received ice-candidate-request from Client') + console.log('Server: received ice-candidate-request from Client ') let pubKey = request.headers['x-client-pubkey'] clients.set(pubKey, response) pubKey = '{ "pubKey": "' + pubKey + '" }'