Skip to content

Commit

Permalink
Removing Accept header.
Browse files Browse the repository at this point in the history
  • Loading branch information
Christian Wesselhoeft committed Feb 12, 2012
1 parent b60e221 commit 950cb3e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ exports.privateKey = exports.publicKey = null;

// Makes request
function get(path, options, callback) {
var headers = { 'Accept': 'application/json', 'Connection': 'keep-alive' },
var headers = { 'Connection': 'keep-alive' },
uri;

if (typeof options === 'function') {
Expand Down

0 comments on commit 950cb3e

Please sign in to comment.