Skip to content

Commit

Permalink
#26 s/Date/date so restify doesn't inadvertently send a different dat…
Browse files Browse the repository at this point in the history
…e header than what was signed
  • Loading branch information
Mark Cavage committed Mar 29, 2013
1 parent 9580b76 commit b64a8bd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/cloudapi.js
Original file line number Diff line number Diff line change
Expand Up @@ -2085,7 +2085,7 @@ CloudAPI.prototype._request = function (path, body, callback) {
var obj = {
path: _encodeURI(path),
headers: {
Date: now,
date: now,
'x-api-version': '~6.5'
}
};
Expand Down

0 comments on commit b64a8bd

Please sign in to comment.