node-http-server

Subversion Repositories:
Compare Path: Rev
With Path: Rev
?path1? @ 17  →  ?path2? @ 18
/src/handler.js
@@ -82,6 +82,11 @@
return;
}
// Could not access directory index file and directory listing not allowed.
response.statusCode = 404;
response.end();
return;
}
 
// Serve the document index.