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

Fixes expressjs/multer#553 . Makes multer handle missing field names. #913

Merged
merged 2 commits into from
Dec 7, 2021

Commits on Jun 29, 2020

  1. Fixes expressjs#553 . Makes multer handle missing field names.

    Without this fix fields without a name result in a "TypeError: Cannot read property 'length' of undefined"
    in the underlying append-field library.
    
    The current change allows getting an error from multer that makes it
    possible to handle it in servers.
    ZloeSabo committed Jun 29, 2020
    Configuration menu
    Copy the full SHA
    97d3867 View commit details
    Browse the repository at this point in the history

Commits on Dec 7, 2021

  1. Configuration menu
    Copy the full SHA
    00cfcd7 View commit details
    Browse the repository at this point in the history