From 12711dd07fefb241c86b51b2fc6ed4b5385258e8 Mon Sep 17 00:00:00 2001 From: Alexandre Mutel Date: Thu, 9 Jun 2016 20:41:25 +0900 Subject: [PATCH] Don't try to accumulate chunked http response. Reparse the responseText from the start to avoid "misaligned" chunks --- index.html | 29 +++++++++++++++++++---------- 1 file changed, 19 insertions(+), 10 deletions(-) diff --git a/index.html b/index.html index 0dde61c..5a111a0 100644 --- a/index.html +++ b/index.html @@ -46,7 +46,7 @@ function escapeHtml(s) return s ? s.replace(/&/g, '&').replace(/