@@ -15,7 +15,7 @@ function Server(port) {
res.on('end', () => {
res.ended = true;
});
- ctx.onRequest(req, res););
+ ctx.onRequest(req, res);
this.httpServ.listen(port, ctx.onListen);
}