Skip to content
This repository was archived by the owner on Mar 10, 2020. It is now read-only.

Commit 180da77

Browse files
lidelAlan Shaw
authored and
Alan Shaw
committedOct 9, 2018
fix: >150mb bodies no longer crashing Chromium (#868)
Switching to latest version with the fix by @hugomrdias \o/ Context: jhiesey/stream-http#93 Closes #654 License: MIT Signed-off-by: Marcin Rataj <lidel@lidel.org>
1 parent afc5724 commit 180da77

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

Diff for: ‎package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@
5858
"pump": "^3.0.0",
5959
"qs": "^6.5.2",
6060
"readable-stream": "^2.3.6",
61-
"stream-http": "^2.8.3",
61+
"stream-http": "^3.0.0",
6262
"stream-to-pull-stream": "^1.7.2",
6363
"streamifier": "~0.1.1",
6464
"tar-stream": "^1.6.1"

0 commit comments

Comments
 (0)
This repository has been archived.