From 59e0308d56ade7641a007ccbf842ed83e7e8b462 Mon Sep 17 00:00:00 2001 From: overflowerror Date: Wed, 21 May 2014 01:13:32 +0200 Subject: [PATCH] git says, there is a change --- Emulator.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Emulator.js b/Emulator.js index d2f8f19..61fb92f 100644 --- a/Emulator.js +++ b/Emulator.js @@ -592,7 +592,7 @@ Emulator.Request.post = function(file, getParameters, postParameters, background http.open("POST", file + "?" + getParameter, background); http.setRequestHeader("Content-type", "application/x-www-form-urlencoded"); http.setRequestHeader("Content-length", postParameters.length); - http.setRequestHeader("Connection", "close") + http.setRequestHeader("Connection", "close"); if (background) { http.onreadystatechange = function() { if (http.readyState == 4) {