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 to encoded multipart form data #24670

Merged
merged 1 commit into from Nov 30, 2019
Merged

Commits on Nov 29, 2019

  1. 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.
    glowe
    glowe committed Nov 29, 2019
You can’t perform that action at this time.