Skip to content

Commit

Permalink
Fixed the passing of undefined messages to brew
Browse files Browse the repository at this point in the history
  • Loading branch information
Lucas Vickers committed Oct 4, 2012
1 parent 525350c commit caf0d80
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions http_link.js
Original file line number Diff line number Diff line change
Expand Up @@ -183,6 +183,7 @@ http.createServer(function (req, res) {
if( name == undefined || value == undefined ) {
sys.puts("name and value not defined.");
res.end("500");
return;
}

// TODO wrap this in a try/catch type block
Expand Down

0 comments on commit caf0d80

Please sign in to comment.