Skip to content

Commit

Permalink
Merge pull request #23 from blackboard/master
Browse files Browse the repository at this point in the history
Revert case of set-cookie to Set-Cookie
  • Loading branch information
jed committed Apr 14, 2013
2 parents 59cb8f0 + 2156793 commit c3f4891
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/cookies.js
Expand Up @@ -60,7 +60,7 @@ Cookies.prototype = {
}

var setHeader = res.set ? http.OutgoingMessage.prototype.setHeader : res.setHeader
setHeader.call(res, 'set-cookie', headers)
setHeader.call(res, 'Set-Cookie', headers)
return this
}
}
Expand Down

0 comments on commit c3f4891

Please sign in to comment.