Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upUse UTF-8 decode without BOM for multipart/form-data #24648
Labels
Comments
|
You are correct, and it's also related to https://github.com/servo/rust-url/blob/7d2c9d6ceb3307a3fad4c4bcb7f5b07b5e24c755/src/form_urlencoded.rs#L21-L58. It's not entirely clear to me what needs to be done. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
whatwg/fetch#915
web-platform-tests/wpt#17589
@jdm I think following code is the related function👀 ?
servo/components/script/body.rs
Lines 173 to 200 in f626355