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

allow multipart upload of empty file #41

Merged
merged 2 commits into from
Mar 20, 2013

Commits on Mar 15, 2013

  1. Configuration menu
    Copy the full SHA
    3d8eb8d View commit details
    Browse the repository at this point in the history
  2. allow multipart upload of empty file

    Fixes the exception from the failing test
    
    ```
      1) multipart Parser for an empty text file upload "before each" hook:
         TypeError: Cannot call method 'end' of undefined
          at File.end (/Users/barczewskij/projects/strata/lib/multipart/file.js:48:21)
          at Part.Parser.onPart.content (/Users/barczewskij/projects/strata/lib/multipart/parser.js:380:12)
          at Part.EventEmitter.emit (events.js:93:17)
          at Part.end (/Users/barczewskij/projects/strata/lib/multipart/part.js:69:8)
    ```
    jeffbski committed Mar 15, 2013
    Configuration menu
    Copy the full SHA
    37b2157 View commit details
    Browse the repository at this point in the history