Skip to content
This repository has been archived by the owner on Apr 22, 2023. It is now read-only.

Commit

Permalink
Fixes #1187. Support multiple 'link' headers
Browse files Browse the repository at this point in the history
  • Loading branch information
ry committed Jun 20, 2011
1 parent feb26d6 commit d627083
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/http.js
Original file line number Diff line number Diff line change
Expand Up @@ -284,6 +284,7 @@ IncomingMessage.prototype._addHeaderLine = function(field, value) {
case 'connection':
case 'cookie':
case 'pragma':
case 'link':
if (field in dest) {
dest[field] += ', ' + value;
} else {
Expand Down

0 comments on commit d627083

Please sign in to comment.