Update to GreenRhombus 1.0.5

This commit is contained in:
Dorian Niemiec 2024-04-24 18:03:17 +02:00
parent 9207c28a5c
commit 55ec899621
2 changed files with 2 additions and 2 deletions

View file

@ -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") {

View file

@ -1,4 +1,4 @@
{
"name": "GreenRhombus FastCGI client for SVR.JS",
"version": "1.0.4"
"version": "1.0.5"
}