fix old version bug
This commit is contained in:
parent
593bcd6ed0
commit
e3e091b873
2 changed files with 3 additions and 3 deletions
|
|
@ -26,7 +26,7 @@ function poll(req, res) {
|
|||
var fingerprint = getFingerprint(req)
|
||||
var pid = req.query.pid
|
||||
|
||||
if (pid) pids[fingerprint] = {pid: pid, ts: Date.now()}
|
||||
pids[fingerprint] = {pid: pid, ts: Date.now()}
|
||||
|
||||
logger.debug('poll request from: %s', fingerprint);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue