Commit ffcd4b5664e632c76fd6974bf8d77bd9acae9af5

Authored by Adhidarma Hadiwinoto
1 parent a40af911ec
Exists in master

close after request

Showing 1 changed file with 2 additions and 0 deletions Side-by-side Diff

... ... @@ -225,6 +225,8 @@ function createPlainHttpServer() {
225 225 msg = 'SN=' + qs.sn.trim() + '; ' + msg;
226 226 }
227 227  
  228 + response.end('OK');
  229 +
228 230 callbackReport(request_id, rc, msg);
229 231  
230 232 });