Update to GreenRhombus 1.0.7
This commit is contained in:
parent
86e2b00c25
commit
91d9a355d8
2 changed files with 2 additions and 2 deletions
2
index.js
2
index.js
|
@ -465,7 +465,7 @@ Mod.prototype.callback = function (req, res, serverconsole, responseEnd, href, e
|
||||||
|
|
||||||
try {
|
try {
|
||||||
res.writeHead(code, msg, bheaderso);
|
res.writeHead(code, msg, bheaderso);
|
||||||
res.write(buffer.substr(headerendline + eol.length), "latin1");
|
res.write(Buffer.from(buffer.substr(headerendline + eol.length), "latin1"));
|
||||||
} catch (ex) {
|
} catch (ex) {
|
||||||
handler.removeAllListeners("exit");
|
handler.removeAllListeners("exit");
|
||||||
handler.stdout.removeAllListeners("data");
|
handler.stdout.removeAllListeners("data");
|
||||||
|
|
2
mod.info
2
mod.info
|
@ -1,4 +1,4 @@
|
||||||
{
|
{
|
||||||
"name": "GreenRhombus FastCGI client for SVR.JS",
|
"name": "GreenRhombus FastCGI client for SVR.JS",
|
||||||
"version": "1.0.6"
|
"version": "1.0.7"
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue