From 1d789073b1543da9a6470de7be575dc7a0e2452e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bj=C3=B6rn=20Kimminich?= Date: Fri, 20 Oct 2023 19:47:43 +0200 Subject: [PATCH] Switch to forked frisby.js where keep-alive connections are turned off (fixes #2068) --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 53b15795561..96126d3e4a0 100644 --- a/package.json +++ b/package.json @@ -242,7 +242,7 @@ "eslint-plugin-import": "^2.28.1", "eslint-plugin-node": "^11.1.0", "eslint-plugin-promise": "^6.1.1", - "frisby": "^2.1.3", + "frisby": "https://github.com/bkimminich/frisby.git", "grunt-cli": "^1.3.2", "http-server": "^0.12.3", "jasmine": "^3.9.0",