From 55ec899621c89a35dfb7115c9dc84580ef223aff Mon Sep 17 00:00:00 2001 From: Dorian Niemiec Date: Wed, 24 Apr 2024 18:03:17 +0200 Subject: [PATCH] Update to GreenRhombus 1.0.5 --- index.js | 2 +- mod.info | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/index.js b/index.js index 5534c3b..e6f6dc9 100644 --- a/index.js +++ b/index.js @@ -491,7 +491,7 @@ Mod.prototype.callback = function (req, res, serverconsole, responseEnd, href, e env: env }; - handler = createFastCGIHandler(options); + var handler = createFastCGIHandler(options); handler.on("error", function (error) { var errorcode = 0; if (error.code == "ENOTFOUND" || error.code == "EHOSTUNREACH" || error.code == "ECONNREFUSED") { diff --git a/mod.info b/mod.info index 4d456bd..c892c85 100755 --- a/mod.info +++ b/mod.info @@ -1,4 +1,4 @@ { "name": "GreenRhombus FastCGI client for SVR.JS", - "version": "1.0.4" + "version": "1.0.5" }