Skip to content

Commit

Permalink
remove http-compat requirement - everything is moving to 0.4.x now, s…
Browse files Browse the repository at this point in the history
…o it's not really needed
  • Loading branch information
Thomas Mayfield committed Apr 25, 2011
1 parent c4d9cbd commit 988815c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/utils.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
var http = require('http_compat');
var http = require('http');

var default_config = module.exports.default_config = {
host: 'localhost',
Expand Down

0 comments on commit 988815c

Please sign in to comment.