-
-
Notifications
You must be signed in to change notification settings - Fork 1.5k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
💡 Update comments and strings with MultipartFile
#2308
Conversation
@@ -90,7 +90,6 @@ class MultipartFile { | |||
utf8, | |||
); | |||
contentType = contentType.change(parameters: {'charset': encoding.name}); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Here is a potential bug that will change the charset regardless of the input.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Some typo nits, but otherwise it LGTM
Co-authored-by: Jonas Uekötter <ueman@users.noreply.github.com> Signed-off-by: Alex Li <github@alexv525.com>
Signed-off-by: Alex Li <github@alexv525.com>
Signed-off-by: Alex Li <github@alexv525.com>
Code Coverage Report: Only Changed Files listed
Minimum allowed coverage is |
Resolves #1889 (comment)
New Pull Request Checklist
main
branch to avoid conflicts (via merge from master or rebase)CHANGELOG.md
in the corresponding packageAdditional context and info (if any)
Should we auto-clone the multipart file when it's been finalized?