node-http-server

Subversion Repositories:
Compare Path: Rev
With Path: Rev
?path1? @ 26  →  ?path2? @ 25
/src/handler.js
@@ -179,7 +179,6 @@
path.resolve(root, trimmedPath);
 
fs.realpath(requestPath, (error, resolvedPath) => {
// If the path does not exist, then return early.
if (error) {
callback('Unknown path requested: ' +
requestAddress.address + ':' +