Skip to content

Commit df6a9e6

Browse files
author
Admin
committed
First commit lör 1 feb 2014 00:44:28 CET
1 parent 1cba20a commit df6a9e6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

main.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ function runPHP(req, response, next, phpdir){
6868
//php.stdin.resume();
6969
//console.log(req.rawBody);
7070
//(new Stream(req.rawBody)).pipe(php.stdin);
71-
/*.on("error", function(){}); */
71+
php.stdin.on("error", function(){});
7272
php.stdin.write(req.rawBody);
7373
//php.stdin.write("\n");
7474

0 commit comments

Comments
 (0)