* Lots of progress on PEG.js ACS parsing and validation implementation

This commit is contained in:
Bryan Ashby 2015-11-12 00:31:25 -07:00
parent bae2e788e1
commit a1d3ab9f0e
6 changed files with 504 additions and 294 deletions

View file

@ -448,6 +448,11 @@ Client.prototype.address = function() {
return this.input.address();
};
Client.prototype.isLocal = function() {
// :TODO: return rather client is a local connection or not
return false;
};
///////////////////////////////////////////////////////////////////////////////
// Default error handlers
///////////////////////////////////////////////////////////////////////////////