We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 262953f commit 46825e8Copy full SHA for 46825e8
lib/server/low.js
@@ -92,7 +92,7 @@ class HttpRequest {
92
93
getRawHeaders () {
94
const raw = []
95
- forEachObj(this.headers, (header, value) => {
+ forEach(this.headers, (header, value) => {
96
raw.push(header, value)
97
})
98
return raw
0 commit comments