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

Parse trailing LWSP after multipart boundary delimiter #17

Merged
merged 14 commits into from
Oct 7, 2024

Conversation

zefir-git
Copy link
Owner

As per RFC 2046, any linear whitespace after the boundary delimiter should be ignored.

@zefir-git zefir-git added the bug Something isn't working label Sep 27, 2024
@zefir-git zefir-git self-assigned this Sep 27, 2024
@zefir-git zefir-git linked an issue Sep 27, 2024 that may be closed by this pull request
@zefir-git zefir-git marked this pull request as draft September 30, 2024 15:44
@zefir-git zefir-git changed the title Prase trailing LWSP after multipart boundary delimiter Parse trailing LWSP after multipart boundary delimiter Oct 4, 2024
@zefir-git zefir-git marked this pull request as ready for review October 7, 2024 11:08
@zefir-git zefir-git merged commit 733aff5 into main Oct 7, 2024
3 checks passed
@zefir-git zefir-git deleted the 15-boundary-parse-lwsp branch October 7, 2024 11:09
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Allow for SP and HTAB after a multipart delimeter when parsing
1 participant