Skip to content

Commit

Permalink
remove comment
Browse files Browse the repository at this point in the history
  • Loading branch information
bourgeoa committed Feb 21, 2025
1 parent 9b6a44c commit cb17bac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/handlers/get.js
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,7 @@ async function handler (req, res, next) {
headers
})) return

res.set(headers) // res.set sends 'charset'
res.set(headers)
return stream.pipe(res)
}

Expand Down

0 comments on commit cb17bac

Please sign in to comment.