Update to GreenRhombus 1.0.7

This commit is contained in:
Dorian Niemiec 2024-05-03 16:11:24 +02:00
parent 86e2b00c25
commit 91d9a355d8
2 changed files with 2 additions and 2 deletions

View file

@ -465,7 +465,7 @@ Mod.prototype.callback = function (req, res, serverconsole, responseEnd, href, e
try {
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) {
handler.removeAllListeners("exit");
handler.stdout.removeAllListeners("data");

View file

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