Update to GreenRhombus 1.0.5
This commit is contained in:
parent
9207c28a5c
commit
55ec899621
2 changed files with 2 additions and 2 deletions
2
index.js
2
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") {
|
||||
|
|
2
mod.info
2
mod.info
|
@ -1,4 +1,4 @@
|
|||
{
|
||||
"name": "GreenRhombus FastCGI client for SVR.JS",
|
||||
"version": "1.0.4"
|
||||
"version": "1.0.5"
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue