We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6cfd106 commit 8415ca4Copy full SHA for 8415ca4
lib/core/constants.js
@@ -118,7 +118,7 @@ for (let i = 0; i < wellknownHeaderNames.length; ++i) {
118
const key = wellknownHeaderNames[wellknownHeaderNames[i]]
119
const lowerCasedKey = key.toLowerCase()
120
headerNameLowerCasedRecord[key] = headerNameLowerCasedRecord[lowerCasedKey] =
121
- key
+ lowerCasedKey
122
}
123
124
// Note: object prototypes should not be able to be referenced. e.g. `Object#hasOwnProperty`.
0 commit comments