diff --git a/modules/agent-selftest.js b/modules/agent-selftest.js index bf5bf9e..86e18c8 100644 --- a/modules/agent-selftest.js +++ b/modules/agent-selftest.js @@ -334,6 +334,7 @@ function testFileDownload() case 'uploaddone': console.log(' -> File Transfer (Upload)...........[OK]'); this.uploadsuccess = true; + this.end(); break; } });