mirror of
https://github.com/webtorrent/bittorrent-tracker.git
synced 2025-01-18 20:21:36 +00:00
commit
815ab7b6da
@ -49,7 +49,7 @@ function parseHttpRequest (req, opts) {
|
||||
})
|
||||
}
|
||||
} else {
|
||||
throw new Error('invalid action in HTTP request: ' + params.action)
|
||||
throw new Error('invalid action in HTTP request: ' + req.url)
|
||||
}
|
||||
|
||||
return params
|
||||
|
Loading…
Reference in New Issue
Block a user