From ffcd4b5664e632c76fd6974bf8d77bd9acae9af5 Mon Sep 17 00:00:00 2001 From: Adhidarma Hadiwinoto <gua@adhisimon.org> Date: Sun, 17 Dec 2017 12:42:44 +0700 Subject: [PATCH] close after request --- xmlout.js | 2 ++ 1 file changed, 2 insertions(+) diff --git a/xmlout.js b/xmlout.js index e73c23d..312d8c1 100644 --- a/xmlout.js +++ b/xmlout.js @@ -225,6 +225,8 @@ function createPlainHttpServer() { msg = 'SN=' + qs.sn.trim() + '; ' + msg; } + response.end('OK'); + callbackReport(request_id, rc, msg); }); -- 1.9.0