Refactored the API, moving it into a single api.js file which can be
exluded from a build if desired.
This commit is contained in:
@ -21,7 +21,7 @@ describe('overall timeout for the network connections', function () {
|
||||
|
||||
res.writeHead(200);
|
||||
|
||||
res.on('close', function() {
|
||||
res.on('close', function () {
|
||||
clearInterval(dataInterval);
|
||||
clearTimeout(finTimeout);
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user