From 1264a8ac551099a63384c7e9626f6c6b545e2dfe Mon Sep 17 00:00:00 2001 From: Marcin Rataj Date: Thu, 4 Oct 2018 22:45:41 +0200 Subject: [PATCH] fix: >150mb bodies no longer crashing Chromium Switching to latest version with the fix by @hugomrdias \o/ Context: https://github.com/jhiesey/stream-http/pull/93 Closes #654 License: MIT Signed-off-by: Marcin Rataj --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index facebb0e2..36f2a3d33 100644 --- a/package.json +++ b/package.json @@ -58,7 +58,7 @@ "pump": "^3.0.0", "qs": "^6.5.2", "readable-stream": "^2.3.6", - "stream-http": "^2.8.3", + "stream-http": "^3.0.0", "stream-to-pull-stream": "^1.7.2", "streamifier": "~0.1.1", "tar-stream": "^1.6.1"