Skip to content

Commit

Permalink
fixup
Browse files Browse the repository at this point in the history
  • Loading branch information
tsctx committed Dec 3, 2023
1 parent 6cfd106 commit 8415ca4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/core/constants.js
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ for (let i = 0; i < wellknownHeaderNames.length; ++i) {
const key = wellknownHeaderNames[wellknownHeaderNames[i]]
const lowerCasedKey = key.toLowerCase()
headerNameLowerCasedRecord[key] = headerNameLowerCasedRecord[lowerCasedKey] =
key
lowerCasedKey
}

// Note: object prototypes should not be able to be referenced. e.g. `Object#hasOwnProperty`.
Expand Down

0 comments on commit 8415ca4

Please sign in to comment.