From 373f257a4e17de008b94e88220e58f3ea18eff66 Mon Sep 17 00:00:00 2001
From: deuce <>
Date: Sat, 16 Mar 2013 08:52:19 +0000
Subject: [PATCH] Call flatten() instead of js_gc().  This actually fixes the
 real problem.

---
 exec/load/http.js | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/exec/load/http.js b/exec/load/http.js
index c8002e967e..f9d4895767 100644
--- a/exec/load/http.js
+++ b/exec/load/http.js
@@ -131,7 +131,7 @@ function HTTPRequest(username,password)
 			len -= ch.length;
 			if(len < 1)
 				len=1024;
-			js.gc();
+			flatten(this.body);
 		}
 	};
 
-- 
GitLab