-
-
Notifications
You must be signed in to change notification settings - Fork 32.2k
Closed as not planned
Labels
httpIssues or PRs related to the http subsystem.Issues or PRs related to the http subsystem.
Description
Not sure what is correct here but a test in undici started to fail in node 19 with:
Invalid character in header content ["content-disposition"]
With:
res.writeHead(200, {
'content-length': 2,
'content-disposition': "attachment; filename='år.pdf'"
})
I don't think å
should cause problems?
mcollina
Metadata
Metadata
Assignees
Labels
httpIssues or PRs related to the http subsystem.Issues or PRs related to the http subsystem.