mirror of
https://github.com/valitydev/thrift.git
synced 2024-11-07 02:45:22 +00:00
Merge branch 'master' of https://git-wip-us.apache.org/repos/asf/thrift
Conflicts: lib/nodejs/lib/thrift/static_server.js
This commit is contained in:
commit
e594dccc85
@ -125,7 +125,7 @@ exports.createStaticHttpThriftServer = function(options) {
|
||||
}
|
||||
|
||||
fs.readFile(filename, "binary", function(err, file) {
|
||||
if (err) {
|
||||
if (err) {
|
||||
response.writeHead(500);
|
||||
response.end(err + "\n");
|
||||
return;
|
||||
|
Loading…
Reference in New Issue
Block a user