From f234c379690ae07e55053c7f356490aa432fa5a0 Mon Sep 17 00:00:00 2001 From: Bryan Roe Date: Fri, 11 Sep 2020 12:21:40 -0700 Subject: [PATCH] updated file transfer test --- modules/agent-selftest.js | 1 + 1 file changed, 1 insertion(+) 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; } });