undici.request
parse header differently to http.request
#1903
Labels
bug
Something isn't working
good first issue
Good for newcomers
Status: help-wanted
This issue/pr is open for contributions
Bug Description
Header handling on
latin1
characters that do not have the same byte code inutf8
.Reproducible By
HTTP proxy chaining provide a consistence behavior on
header
serialization.Undici proxy chaining is broken somehow for
å
character (the characters that is not match in byte inlatin1
andutf8
)Expected Behavior
I assume it is same as
http.request
or the bug is actually inhttp
.Logs & Screenshots
Environment
Linux DESKTOP-S1RECSH 4.4.0-19041-Microsoft #2311-Microsoft Tue Nov 08 17:09:00 PST 2022 x86_64 x86_64 x86_64 GNU/Linux
Node.js v18.13.0
Additional context
You can see more detail on the below issue.
Refs fastify/fastify-reply-from#287
The text was updated successfully, but these errors were encountered: