diff options
author | bors-servo <infra@servo.org> | 2023-04-07 14:43:40 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-04-07 14:43:40 +0200 |
commit | feade0b197a2246eb49a35b3d2ca5c028b5de2f7 (patch) | |
tree | f6b0add5eca1f71a6ee28ffd3b3648b537521d00 /python/servo/package_commands.py | |
parent | 1d787397aa3ef210a14689d547cf28fbb097b27e (diff) | |
parent | f7449da48537248ae278ecf7e7d642a9855e21ac (diff) | |
download | servo-feade0b197a2246eb49a35b3d2ca5c028b5de2f7.tar.gz servo-feade0b197a2246eb49a35b3d2ca5c028b5de2f7.zip |
Auto merge of #29595 - ohno418:remove-charset-related-from-multipart-form-data-encoding-algorithm, r=jdm
Remove unnecessary steps from "multipart/form-data encoding algorithm"
The specifications for the "multipart/form-data encoding algorithm" has changed [1], and the "_charset_" is not now handled here.
Remove no longer necessary steps from the "multipart/form-data encoding algorithm".
Similar to the "text/plain encoding algorithm" case fixed by f0818aa3 (Remove unnecessary steps from "text/plain encoding algorithm").
[1]: https://github.com/whatwg/html/pull/3645
<!-- Please describe your changes on the following line: -->
---
<!-- Thank you for contributing to Servo! Please replace each `[ ]` by `[X]` when the step is complete, and replace `___` with appropriate data: -->
- [x] `./mach build -d` does not report any errors
- [x] `./mach test-tidy` does not report any errors
- [x] These changes fix #29593 (GitHub issue number if applicable)
<!-- Either: -->
- [x] These changes do not require tests because this patch doesn't expect actual behavior, just removing extra steps.
<!-- Also, please make sure that "Allow edits from maintainers" checkbox is checked, so that we can help you if you get stuck somewhere along the way.-->
<!-- Pull requests that do not address these steps are welcome, but they will require additional verification as part of the review process. -->
Diffstat (limited to 'python/servo/package_commands.py')
0 files changed, 0 insertions, 0 deletions