Skip to content

Commit 46825e8

Browse files
Rolando Santamaria MasoRolando Santamaria Maso
authored andcommitted
fixing function ref
1 parent 262953f commit 46825e8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/server/low.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ class HttpRequest {
9292

9393
getRawHeaders () {
9494
const raw = []
95-
forEachObj(this.headers, (header, value) => {
95+
forEach(this.headers, (header, value) => {
9696
raw.push(header, value)
9797
})
9898
return raw

0 commit comments

Comments
 (0)