Update to OrangeCircle 1.2.1
This commit is contained in:
parent
1008f65b7d
commit
3d460f8915
2 changed files with 2 additions and 2 deletions
2
index.js
2
index.js
|
@ -151,7 +151,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) {
|
||||
socket.removeAllListeners("data");
|
||||
socket.removeAllListeners("end");
|
||||
|
|
2
mod.info
2
mod.info
|
@ -1,4 +1,4 @@
|
|||
{
|
||||
"name": "OrangeCircle SCGI client for SVR.JS",
|
||||
"version": "1.2.0"
|
||||
"version": "1.2.1"
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue