Skip to content
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

fix append and join of param parts #232

Merged
merged 1 commit into from
Nov 17, 2022
Merged

Conversation

oberix
Copy link
Contributor

@oberix oberix commented Nov 14, 2022

Hi, I think the indentation was messed up in decode_param. It make sense to me that value is appended to value_results at the and of the innermost for loop, and the value_results are joined outside the outermost loop, just before returning.

This was made clear with an email with an attachment whose filename contained a newline "\n", where only the part before the newline was actually present in the resulting filename.

Thanks
Regards

@martinrusev martinrusev merged commit 8512aca into martinrusev:master Nov 17, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants