server _onUdpRequest(): don't check empty params, errors will be thrown now

This commit is contained in:
Astro 2014-12-11 16:39:10 +01:00
parent 7a8f9a779f
commit 217bcf7de5

View File

@ -176,9 +176,6 @@ Server.prototype._onUdpRequest = function (msg, rinfo) {
return return
} }
// Do nothing with invalid request
if (!params) return
// Handle // Handle
this._onRequest(params, function (err, response) { this._onRequest(params, function (err, response) {
if (err) { if (err) {