Pragma HTTP header comma separation
Closes GH-715, GH-716.
This commit is contained in:
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…
x
Reference in New Issue
Block a user