mirror of https://github.com/nodejs/node.git
parent
45adc907c9
commit
5287703cce
|
@ -261,6 +261,7 @@ IncomingMessage.prototype._addHeaderLine = function(field, value) {
|
|||
case 'accept-language':
|
||||
case 'connection':
|
||||
case 'cookie':
|
||||
case 'pragma':
|
||||
if (field in dest) {
|
||||
dest[field] += ', ' + value;
|
||||
} else {
|
||||
|
|
Loading…
Reference in New Issue