Skip to content

Commit cb17bac

Browse files
committed
remove comment
1 parent 9b6a44c commit cb17bac

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/handlers/get.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -136,7 +136,7 @@ async function handler (req, res, next) {
136136
headers
137137
})) return
138138

139-
res.set(headers) // res.set sends 'charset'
139+
res.set(headers)
140140
return stream.pipe(res)
141141
}
142142

0 commit comments

Comments
 (0)