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

Commit b65f234

Browse files
committed
Use patched follow-redirects.
Fixes issue where connections remained open for too long.
1 parent 7083307 commit b65f234

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
},
2626
"dependencies": {
2727
"asynciterator": "^1.1.0",
28-
"follow-redirects": "^0.2.0",
28+
"follow-redirects": "RubenVerborgh/follow-redirects#feature-requestproxy",
2929
"lodash": "~2.4.1",
3030
"lru-cache": "^4.0.1",
3131
"minimist": "^1.2.0",

0 commit comments

Comments
 (0)