mirror of
https://github.com/servo/servo.git
synced 2025-08-30 09:38:19 +01:00
Add CRLF to encoded multipart form data
Some WPT tests were failing because they expected the body for a multipart form data response to end with a CRLF. So I updated encode_multipart_form_data to add the missing terminator.
This commit is contained in:
parent
afbcbf75ea
commit
3d322f96e3
4 changed files with 3 additions and 12 deletions
|
@ -18442,7 +18442,7 @@
|
|||
"testharness"
|
||||
],
|
||||
"mozilla/FileAPI/resource/file-submission.py": [
|
||||
"24d5129eb8d38c9415622c78ed401ae344273ce1",
|
||||
"79e72fb99a95c186e4916b40627ee762d694b8ea",
|
||||
"support"
|
||||
],
|
||||
"mozilla/FileAPI/resource/upload.txt": [
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue