* Lots of progress on PEG.js ACS parsing and validation implementation
This commit is contained in:
@@ -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
|
||||
///////////////////////////////////////////////////////////////////////////////
|
||||
|
||||
Reference in New Issue
Block a user