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

Add CRLF character to end of multipart body. #17

Merged
merged 1 commit into from
Sep 17, 2017

Commits on Sep 14, 2017

  1. Add CRLF character to end of multipart body.

    Per RFC 1521 this character is required at the end of multipart body.
    Per RFC 2046 there is an optional CRLF character at the end
    of the multipart-body to delimit between the body and optional
    epilogue.
    
    Some server implementations break if this character is
    not added, so adding it here as it complies with both RFCs.
    mhickman committed Sep 14, 2017
    Configuration menu
    Copy the full SHA
    11b7a66 View commit details
    Browse the repository at this point in the history